Class MeridianLocationService

java.lang.Object
android.content.Context
android.content.ContextWrapper
android.app.Service
com.arubanetworks.meridian.location.MeridianLocationService
All Implemented Interfaces:
ComponentCallbacks, ComponentCallbacks2

public class MeridianLocationService extends Service
  • Constructor Details

    • MeridianLocationService

      public MeridianLocationService()
  • Method Details

    • getIntent

      public static Intent getIntent(Context context)
    • onCreate

      public void onCreate()
      Overrides:
      onCreate in class Service
    • onDestroy

      public void onDestroy()
      Overrides:
      onDestroy in class Service
    • onBind

      public IBinder onBind(Intent intent)
      Specified by:
      onBind in class Service
    • resetLocationService

      public void resetLocationService()
      Resets the location service, fetching CLD and restarting the providers
    • onNeedWifiEnabled

      public void onNeedWifiEnabled(LocationProvider provider)
    • onNeedBluetoothEnabled

      public void onNeedBluetoothEnabled(LocationProvider provider)
    • onLocationUpdate

      public void onLocationUpdate(LocationProvider provider, MeridianLocation location)
    • onLocationError

      public void onLocationError(LocationProvider provider, Throwable tr)