-
public interface IGeoPointAn interface that resembles the Google Maps API GeoPoint class.
-
-
Method Summary
Modifier and Type Method Description abstract intgetLatitudeE6()abstract intgetLongitudeE6()abstract doublegetLatitude()abstract doublegetLongitude()-
-
Method Detail
-
getLatitudeE6
@Deprecated() abstract int getLatitudeE6()
-
getLongitudeE6
@Deprecated() abstract int getLongitudeE6()
-
getLatitude
abstract double getLatitude()
-
getLongitude
abstract double getLongitude()
-
-
-
-