C# Class PocketCampus.Map.Controls.EpflMap

Displays a map of EPFL.
Inheritance: System.Windows.Controls.UserControl
ファイルを表示 Open project: accandme/pocketcampus

Public Properties

Property Type Description
LayersProperty System.Windows.DependencyProperty
PinnedLocationsProperty System.Windows.DependencyProperty
PropertiesProperty System.Windows.DependencyProperty

Public Methods

Method Description
EpflMap ( ) : System.Device.Location

Creates a new EpflMap.

Private Methods

Method Description
BuildingsLevelChanged ( ) : void

Called when the buildings level is changed.

LayoutRoot_Loaded ( object sender, RoutedEventArgs e ) : void

Occurs when the EpflMap has been loaded.

OnLayersChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnPinnedLocationsChanged ( ) : void

Called when the pinned locations change.

OnPinnedLocationsChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
OnPropertiesChanged ( DependencyObject obj, System.Windows.DependencyPropertyChangedEventArgs args ) : void
Pushpin_Tap ( object sender, GestureEventArgs e ) : void

Occurs when the users taps a pushpin on the map.

UserPositionChanged ( ) : void

Called when the user's position changes.

Method Details

EpflMap() public method

Creates a new EpflMap.
public EpflMap ( ) : System.Device.Location
return System.Device.Location

Property Details

LayersProperty public_oe static_oe property

public static DependencyProperty,System.Windows LayersProperty
return System.Windows.DependencyProperty

PinnedLocationsProperty public_oe static_oe property

public static DependencyProperty,System.Windows PinnedLocationsProperty
return System.Windows.DependencyProperty

PropertiesProperty public_oe static_oe property

public static DependencyProperty,System.Windows PropertiesProperty
return System.Windows.DependencyProperty