메소드 | 설명 | |
---|---|---|
GetCurrentLocation ( ) : ILocation |
Gets the current location.
|
|
Start ( ) : bool |
Starts the location service so it's retrieving data.
|
|
Stop ( ) : void |
Stops the location service so it's no longer retrieving data.
|
메소드 | 설명 | |
---|---|---|
Initialize ( ) : void |
Initializes the service.
|
|
LocationServiceBase ( IDispatcherService dispatcherService ) : System |
Initializes a new instance of the LocationServiceBase class.
|
|
RaiseLocationChanged ( ) : void |
Called when the current location has changed.
|
|
StartSensor ( ) : bool |
Starts the sensor.
|
|
StopSensor ( ) : void |
Stops the location service so it's no longer retrieving data.
|
protected LocationServiceBase ( IDispatcherService dispatcherService ) : System | ||
dispatcherService | IDispatcherService | The dispatcher service. |
리턴 | System |