Interface GeolocationAPI
public interface GeolocationAPI
-
Method Summary
Modifier and TypeMethodDescriptiongetLocationData
(String ipAddress) Makes an API call with the given ip address and returns a GeolocationDTO that has been populated with the results
-
Method Details
-
getLocationData
Makes an API call with the given ip address and returns a GeolocationDTO that has been populated with the results- Parameters:
ipAddress
-- Returns:
-