com.partnersoft.maps.app
Class MapGPSLogic

java.lang.Object
  extended by 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.

Constructor Summary
MapGPSLogic(MapApp app)
           
 
Method Summary
 void editGPSSettings()
           
 GPSReading getLastReading()
           
protected  void initialize()
           
 boolean isFollowingGPS()
           
 boolean isGPSEnabled()
           
 void resetGPS()
           
 void setFollowingGPS(boolean tizit)
           
 void setGPSEnabled(boolean tizit)
           
 void whereAmI()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MapGPSLogic

public MapGPSLogic(MapApp app)
Method Detail

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()