OsmAnd
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines
Classes | Public Member Functions | Static Public Attributes | Protected Member Functions | Static Protected Member Functions
net.osmand.plus.NavigationService Class Reference

Inherits Service, and LocationListener.

List of all members.

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)

Member Function Documentation

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.onStatusChanged ( String  provider,
int  status,
Bundle  extras 
)

Member Data Documentation

final String net.osmand.plus.NavigationService.OSMAND_STOP_SERVICE_ACTION = "OSMAND_STOP_SERVICE_ACTION" [static]

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines