Interface GeolocationAPI


public interface GeolocationAPI
  • Method Summary

    Modifier and Type
    Method
    Description
    Makes an API call with the given ip address and returns a GeolocationDTO that has been populated with the results
  • Method Details

    • getLocationData

      GeolocationDTO getLocationData(String ipAddress)
      Makes an API call with the given ip address and returns a GeolocationDTO that has been populated with the results
      Parameters:
      ipAddress -
      Returns: