C# 클래스 Cirrious.MvvmCross.Plugins.Location.WindowsStore.MvxStoreLocationWatcher

상속: MvxLocationWatcher
파일 보기 프로젝트 열기: Everbridge/sm-MvvmCross

공개 메소드들

메소드 설명
MvxStoreLocationWatcher ( ) : System

보호된 메소드들

메소드 설명
PlatformSpecificStart ( MvxLocationOptions options ) : void
PlatformSpecificStop ( ) : void

비공개 메소드들

메소드 설명
CreateLocation ( Geocoordinate coordinate ) : MvxGeoLocation
EnsureStopped ( ) : void
OnPositionChanged ( Geolocator sender, PositionChangedEventArgs args ) : void
OnStatusChanged ( Geolocator geolocator, StatusChangedEventArgs args ) : void

메소드 상세

MvxStoreLocationWatcher() 공개 메소드

public MvxStoreLocationWatcher ( ) : System
리턴 System

PlatformSpecificStart() 보호된 메소드

protected PlatformSpecificStart ( MvxLocationOptions options ) : void
options MvxLocationOptions
리턴 void

PlatformSpecificStop() 보호된 메소드

protected PlatformSpecificStop ( ) : void
리턴 void