Package 

Interface IGeoPoint


  • 
    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()
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait