C# Class StreetFoo.Client.UI.MyMap

Inheritance: Windows.UI.Xaml.Controls.ContentControl
显示文件 Open project: mbrit/ProgrammingMetroStyle

Public Properties

Property Type Description
PushpinPointProperty DependencyProperty
ShowTrafficProperty DependencyProperty

Private Properties

Property Type Description
ClearPushpins void
SetPushpinPoint void

Public Methods

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

Protected Methods

Method Description
ArrangeOverride ( Windows finalSize ) : Windows.Foundation.Size

Private Methods

Method Description
ClearPushpins ( ) : void
SetPushpinPoint ( IMappablePoint point ) : void

Method Details

AddPushpin() public method

public AddPushpin ( IMappablePoint point ) : Pushpin
point IMappablePoint
return Pushpin

AddPushpinAndCenterAndZoom() public method

public AddPushpinAndCenterAndZoom ( IMappablePoint point, bool animate = true ) : void
point IMappablePoint
animate bool
return void

ArrangeOverride() protected method

protected ArrangeOverride ( Windows finalSize ) : Windows.Foundation.Size
finalSize Windows
return Windows.Foundation.Size

MyMap() public method

public MyMap ( ) : System
return System

Property Details

PushpinPointProperty public_oe static_oe property

public static DependencyProperty PushpinPointProperty
return DependencyProperty

ShowTrafficProperty public_oe static_oe property

public static DependencyProperty ShowTrafficProperty
return DependencyProperty