Interface GeoLocationService
public interface GeoLocationService
This is
GeoLocationService.- Since:
- 5.0.0
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionFind a geo location based on an address.Find a geo location based on an address.locate(String ip, GeoLocationRequest request) Locate geo location response.locate(InetAddress address) Find a geo location based on an address.locate(GeoLocationRequest request) Locate geo location response.
-
Field Details
-
BEAN_NAME
Bean name.- See Also:
-
-
Method Details
-
locate
Find a geo location based on an address.- Parameters:
address- the address- Returns:
- the geo location
- Throws:
Throwable- the throwable
-
locate
Find a geo location based on an address.- Parameters:
ipAddress- the address- Returns:
- the geo location
-
locate
Find a geo location based on an address.- Parameters:
latitude- the latitudelongitude- the longitude- Returns:
- the geo location
- Throws:
Throwable- the throwable
-
locate
Locate geo location response.- Parameters:
ip- the iprequest- the request- Returns:
- the geo location response
- Throws:
Throwable- the throwable
-
locate
Locate geo location response.- Parameters:
request- the request- Returns:
- the geo location response
- Throws:
Throwable- the throwable
-