com.eurotech.framework.emulator.position
Class GpsPoint

java.lang.Object
  extended by com.eurotech.framework.emulator.position.GpsPoint

public class GpsPoint
extends Object


Constructor Summary
GpsPoint(double latitude, double longitude, double altitude, String time)
           
 
Method Summary
 double getAltitude()
           
 double getLatitude()
           
 double getLongitude()
           
 String getTime()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GpsPoint

public GpsPoint(double latitude,
                double longitude,
                double altitude,
                String time)
Method Detail

getLatitude

public double getLatitude()

getLongitude

public double getLongitude()

getAltitude

public double getAltitude()

getTime

public String getTime()


Copyright © 2013. All Rights Reserved.