Property | Type | Description | |
---|---|---|---|
PushpinPointProperty | DependencyProperty | ||
ShowTrafficProperty | DependencyProperty |
Property | Type | Description | |
---|---|---|---|
ClearPushpins | void | ||
SetPushpinPoint | void |
Method | Description | |
---|---|---|
AddPushpin ( IMappablePoint point ) : Pushpin | ||
AddPushpinAndCenterAndZoom ( IMappablePoint point, bool animate = true ) : void | ||
MyMap ( ) : System |
Method | Description | |
---|---|---|
ArrangeOverride ( Windows finalSize ) : Windows.Foundation.Size |
Method | Description | |
---|---|---|
ClearPushpins ( ) : void | ||
SetPushpinPoint ( IMappablePoint point ) : void |
public AddPushpin ( IMappablePoint point ) : Pushpin | ||
point | IMappablePoint | |
return | Pushpin |
public AddPushpinAndCenterAndZoom ( IMappablePoint point, bool animate = true ) : void | ||
point | IMappablePoint | |
animate | bool | |
return | void |
protected ArrangeOverride ( Windows finalSize ) : Windows.Foundation.Size | ||
finalSize | Windows | |
return | Windows.Foundation.Size |
public static DependencyProperty PushpinPointProperty | ||
return | DependencyProperty |