public abstract class AbstractGeoLocationService extends java.lang.Object implements GeoLocationService
AbstractGeoLocationService
.Constructor and Description |
---|
AbstractGeoLocationService() |
Modifier and Type | Method and Description |
---|---|
GeoLocationResponse |
locate(java.lang.String address)
Find a geo location based on an address.
|
GeoLocationResponse |
locate(java.lang.String clientIp,
GeoLocationRequest location)
Locate geo location response.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
locate, locate
public GeoLocationResponse locate(java.lang.String clientIp, GeoLocationRequest location)
GeoLocationService
locate
in interface GeoLocationService
clientIp
- the iplocation
- the requestpublic GeoLocationResponse locate(java.lang.String address)
GeoLocationService
locate
in interface GeoLocationService
address
- the address