uk.co.silentsoftware.reader
Interface GPSReader

All Known Implementing Classes:
BluetoothGPSReader, IntegratedGPSReader

public interface GPSReader

Simple interface to allow different GPS data readers to hook into FollowMe


Method Summary
 void discoverGPS()
          Find, connect and read from the GPS (push results to FollowMe.pushDataToView(...))
 void shutdown()
          Shut down the GPS
 

Method Detail

discoverGPS

void discoverGPS()
Find, connect and read from the GPS (push results to FollowMe.pushDataToView(...))


shutdown

void shutdown()
Shut down the GPS