com.partnersoft.maps.app
Class MapGPSLogic
java.lang.Object
com.partnersoft.maps.app.MapGPSLogic
public class MapGPSLogic
- extends java.lang.Object
Controls the behavior of GPS in a map app.
$Header: /usr/local/partner/cvs/partner/source/java/com/partnersoft/maps/app/MapGPSLogic.java,v 1.5 2005/07/06 17:13:20 paul Exp $
- Author:
- Paul Reavis
Copyright 2005 Partner Software, Inc.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MapGPSLogic
public MapGPSLogic(MapApp app)
initialize
protected void initialize()
setGPSEnabled
public void setGPSEnabled(boolean tizit)
isGPSEnabled
public boolean isGPSEnabled()
editGPSSettings
public void editGPSSettings()
whereAmI
public void whereAmI()
isFollowingGPS
public boolean isFollowingGPS()
setFollowingGPS
public void setFollowingGPS(boolean tizit)
getLastReading
public GPSReading getLastReading()
resetGPS
public void resetGPS()