OsmAnd
|
Inherits Service, and LocationListener.
Classes | |
class | NavigationServiceBinder |
Public Member Functions | |
IBinder | onBind (Intent intent) |
int | getServiceError () |
int | getServiceOffInterval () |
String | getServiceOffProvider () |
void | onCreate () |
void | onDestroy () |
void | onLocationChanged (Location location) |
void | onProviderDisabled (String provider) |
void | onProviderEnabled (String provider) |
void | onStatusChanged (String provider, int status, Bundle extras) |
Static Public Attributes | |
static final String | OSMAND_STOP_SERVICE_ACTION = "OSMAND_STOP_SERVICE_ACTION" |
Protected Member Functions | |
Handler | getHandler () |
Static Protected Member Functions | |
static synchronized PowerManager.WakeLock | getLock (Context context) |
Handler net.osmand.plus.NavigationService.getHandler | ( | ) | [protected] |
static synchronized PowerManager.WakeLock net.osmand.plus.NavigationService.getLock | ( | Context | context | ) | [static, protected] |
IBinder net.osmand.plus.NavigationService.onBind | ( | Intent | intent | ) |
void net.osmand.plus.NavigationService.onLocationChanged | ( | Location | location | ) |
void net.osmand.plus.NavigationService.onProviderDisabled | ( | String | provider | ) |
void net.osmand.plus.NavigationService.onProviderEnabled | ( | String | provider | ) |
void net.osmand.plus.NavigationService.onStatusChanged | ( | String | provider, |
int | status, | ||
Bundle | extras | ||
) |
final String net.osmand.plus.NavigationService.OSMAND_STOP_SERVICE_ACTION = "OSMAND_STOP_SERVICE_ACTION" [static] |