C# Class StreetFoo.Client.UI.MyMap

Inheritance: Windows.UI.Xaml.Controls.ContentControl
Afficher le fichier Open project: mbrit/ProgrammingMetroStyle

Méthodes publiques

Свойство Type Description
PushpinPointProperty DependencyProperty
ShowTrafficProperty DependencyProperty

Private Properties

Свойство Type Description
ClearPushpins void
SetPushpinPoint void

Méthodes publiques

Méthode Description
AddPushpin ( IMappablePoint point ) : Pushpin
AddPushpinAndCenterAndZoom ( IMappablePoint point, bool animate = true ) : void
MyMap ( ) : System

Méthodes protégées

Méthode Description
ArrangeOverride ( Windows finalSize ) : Windows.Foundation.Size

Private Methods

Méthode Description
ClearPushpins ( ) : void
SetPushpinPoint ( IMappablePoint point ) : void

Method Details

AddPushpin() public méthode

public AddPushpin ( IMappablePoint point ) : Pushpin
point IMappablePoint
Résultat Pushpin

AddPushpinAndCenterAndZoom() public méthode

public AddPushpinAndCenterAndZoom ( IMappablePoint point, bool animate = true ) : void
point IMappablePoint
animate bool
Résultat void

ArrangeOverride() protected méthode

protected ArrangeOverride ( Windows finalSize ) : Windows.Foundation.Size
finalSize Windows
Résultat Windows.Foundation.Size

MyMap() public méthode

public MyMap ( ) : System
Résultat System

Property Details

PushpinPointProperty public_oe static_oe property

public static DependencyProperty PushpinPointProperty
Résultat DependencyProperty

ShowTrafficProperty public_oe static_oe property

public static DependencyProperty ShowTrafficProperty
Résultat DependencyProperty