C# Class PocketCampus.Map.Controls.EpflMap

Displays a map of EPFL.
Inheritance: System.Windows.Controls.UserControl
Afficher le fichier Open project: accandme/pocketcampus

Méthodes publiques

Свойство Type Description
LayersProperty System.Windows.DependencyProperty
PinnedLocationsProperty System.Windows.DependencyProperty
PropertiesProperty System.Windows.DependencyProperty

Méthodes publiques

Méthode Description
EpflMap ( ) : System.Device.Location

Creates a new EpflMap.

Private Methods

Méthode 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 méthode

Creates a new EpflMap.
public EpflMap ( ) : System.Device.Location
Résultat System.Device.Location

Property Details

LayersProperty public_oe static_oe property

public static DependencyProperty,System.Windows LayersProperty
Résultat System.Windows.DependencyProperty

PinnedLocationsProperty public_oe static_oe property

public static DependencyProperty,System.Windows PinnedLocationsProperty
Résultat System.Windows.DependencyProperty

PropertiesProperty public_oe static_oe property

public static DependencyProperty,System.Windows PropertiesProperty
Résultat System.Windows.DependencyProperty