Class GeoLocationUtil


  • public abstract class GeoLocationUtil
    extends Object
    Geo location utilities.
    Since:
    14.0.0
    Version:
    $Revision: 24477 $ $Date: 2021-04-28 11:30:36 -0300 (Wed, 28 Apr 2021) $
    • 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