com.nutiteq.location.providers
Class MotorolaCellIdLocationProvider

java.lang.Object
  extended by java.util.TimerTask
      extended by com.nutiteq.location.providers.CellIdLocationProvider
          extended by com.nutiteq.location.providers.MotorolaCellIdLocationProvider
All Implemented Interfaces:
CellIdResponseWaiter, LocationSource, java.lang.Runnable

public class MotorolaCellIdLocationProvider
extends CellIdLocationProvider

Cell id positioning provider for Motorola handsets. See MotorolaCellIdDataReader for more information.


Field Summary
 
Fields inherited from interface com.nutiteq.location.LocationSource
STATUS_CANT_LOCATE, STATUS_CONNECTED, STATUS_CONNECTING, STATUS_CONNECTION_LOST
 
Constructor Summary
MotorolaCellIdLocationProvider()
          Create location provider with default service OpenCellIdService
MotorolaCellIdLocationProvider(CellIdService service)
          Create location provider with custom cellId service.
 
Method Summary
 
Methods inherited from class com.nutiteq.location.providers.CellIdLocationProvider
addLocationListener, cantLocate, getLocation, getLocationMarker, getStatus, locationRetrieved, notifyError, quit, run, setLocationMarker, start
 
Methods inherited from class java.util.TimerTask
cancel, scheduledExecutionTime
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotorolaCellIdLocationProvider

public MotorolaCellIdLocationProvider()
Create location provider with default service OpenCellIdService


MotorolaCellIdLocationProvider

public MotorolaCellIdLocationProvider(CellIdService service)
Create location provider with custom cellId service.

Parameters:
service - cellId service used for location finding