Class GeoLocationManager

    • Constructor Detail

      • GeoLocationManager

        public GeoLocationManager()
    • Method Detail

      • getGeoPointByAddress

        public ExtendedGeoPoint getGeoPointByAddress​(java.net.InetAddress address)
        Description copied from interface: IGeoLocationManager
        Returns the extended geo point based on the given ip address or null if Geolocation service is disabled or the address couldn't be found.
        Specified by:
        getGeoPointByAddress in interface IGeoLocationManager
        Parameters:
        address - the ip address.
        Returns:
        the extended geo point based on the given ip address or null if Geolocation service is disabled or the address couldn't be found.