public interface GeoLocationService
GeoLocationService.| Modifier and Type | Method and Description |
|---|---|
GeoLocationResponse |
locate(java.lang.Double latitude,
java.lang.Double longitude)
Find a geo location based on an address.
|
GeoLocationResponse |
locate(java.net.InetAddress address)
Find a geo location based on an address.
|
GeoLocationResponse |
locate(java.lang.String ipAddress)
Find a geo location based on an address.
|
GeoLocationResponse |
locate(java.lang.String ip,
GeoLocationRequest request)
Locate geo location response.
|
GeoLocationResponse locate(java.net.InetAddress address)
address - the addressGeoLocationResponse locate(java.lang.String ipAddress)
ipAddress - the addressGeoLocationResponse locate(java.lang.Double latitude, java.lang.Double longitude)
latitude - the latitudelongitude - the longitudeGeoLocationResponse locate(java.lang.String ip, GeoLocationRequest request)
ip - the iprequest - the request