com.eurotech.framework.emulator.position
Class GpsPoint
java.lang.Object
com.eurotech.framework.emulator.position.GpsPoint
public class GpsPoint
- extends Object
Constructor Summary |
GpsPoint(double latitude,
double longitude,
double altitude,
String time)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GpsPoint
public GpsPoint(double latitude,
double longitude,
double altitude,
String time)
getLatitude
public double getLatitude()
getLongitude
public double getLongitude()
getAltitude
public double getAltitude()
getTime
public String getTime()
Copyright © 2013. All Rights Reserved.