Interface LatLon

All Known Subinterfaces:
Geocoding
All Known Implementing Classes:
Country, GeoBase, GeocoordMatch, Place

public interface LatLon
Author:
ubaldino
  • Method Details

    • getLatitude

      double getLatitude()
      Returns:
      lat in degrees
    • getLongitude

      double getLongitude()
      Returns:
      lon in degrees
    • setLatitude

      void setLatitude(double latitude)
      Parameters:
      latitude - in degrees
    • setLongitude

      void setLongitude(double longitude)
      Parameters:
      longitude - in degrees