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