C# 클래스 PocketCampus.Map.Controls.EpflMap

Displays a map of EPFL.
상속: System.Windows.Controls.UserControl
파일 보기 프로젝트 열기: accandme/pocketcampus

공개 프로퍼티들

프로퍼티 타입 설명
LayersProperty System.Windows.DependencyProperty
PinnedLocationsProperty System.Windows.DependencyProperty
PropertiesProperty System.Windows.DependencyProperty

공개 메소드들

메소드 설명
EpflMap ( ) : System.Device.Location

Creates a new EpflMap.

비공개 메소드들

메소드 설명
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.

메소드 상세

EpflMap() 공개 메소드

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

프로퍼티 상세

LayersProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows LayersProperty
리턴 System.Windows.DependencyProperty

PinnedLocationsProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows PinnedLocationsProperty
리턴 System.Windows.DependencyProperty

PropertiesProperty 공개적으로 정적으로 프로퍼티

public static DependencyProperty,System.Windows PropertiesProperty
리턴 System.Windows.DependencyProperty