Class GeoLocationUtil


  • public abstract class GeoLocationUtil
    extends java.lang.Object
    Geo location utilities.
    Since:
    14.0.0
    Version:
    $Revision$ $Date$
    • Method Detail

      • createGeoPointFromLatLon

        public static ExtendedGeoPoint createGeoPointFromLatLon​(double lat,
                                                                double lon)
        Returns a new ExtendedGeoPoint from the given lat-lon.
        The created object will not contain information about city, state and country.
        Parameters:
        lat - the latitude
        lon - the longitude
        Returns:
        an ExtendedGeoPoint
        Since:
        14.0.0