C# Class MyDriving.Droid.Services.GeolocationHelper

Exibir arquivo Open project: Azure-Samples/MyDriving Class Usage Examples

Protected Properties

Property Type Description
LocationServiceConnection GeolocationServiceConnection
LogTag string

Public Methods

Method Description
StartLocationService ( ) : System.Threading.Tasks.Task
StopLocationService ( ) : void

Private Methods

Method Description
GeolocationHelper ( ) : System

Method Details

StartLocationService() public static method

public static StartLocationService ( ) : System.Threading.Tasks.Task
return System.Threading.Tasks.Task

StopLocationService() public static method

public static StopLocationService ( ) : void
return void

Property Details

LocationServiceConnection protected_oe static_oe property

protected static GeolocationServiceConnection,MyDriving.Droid.Services LocationServiceConnection
return GeolocationServiceConnection

LogTag protected_oe property

protected string LogTag
return string