static ExtendedGeoPoint |
GeoLocationUtil.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.
|
static ExtendedGeoPoint |
GeoLocationUtil.createGeoPointFromMap(Map geolocation) |
|
default ExtendedGeoPoint |
IGeoLocationManager.getGeoPointByAddress(InetAddress 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.
|
default ExtendedGeoPoint |
IGeoLocationManager.getGeoPointByIpOrHostName(String ipOrHost) |
Returns the extended geo point based on the given ip address or host name or null if Geolocation service is disabled or the address couldn't be found.
|
default ExtendedGeoPoint |
IGeoLocationManager.getGeoPointByRequest(HttpServletRequest request) |
Returns the extended geo point based on the given request or null if Geolocation service is disabled or the address couldn't be found.
|
default ExtendedGeoPoint |
IGeoLocationManagerSPI.getGeoPointByServiceInterfaceRequest(IServiceInterfaceRequestSPI interfaceRequestSPI) |
Returns the extended geo point based on the given request or null if Geolocation service is disabled or the address couldn't be found.
|