Interface GeoLocationService

    • Method Detail

      • locate

        GeoLocationResponse locate​(java.net.InetAddress address)
        Find a geo location based on an address.
        Parameters:
        address - the address
        Returns:
        the geo location
      • locate

        GeoLocationResponse locate​(java.lang.String ipAddress)
        Find a geo location based on an address.
        Parameters:
        ipAddress - the address
        Returns:
        the geo location
      • locate

        GeoLocationResponse locate​(java.lang.Double latitude,
                                   java.lang.Double longitude)
        Find a geo location based on an address.
        Parameters:
        latitude - the latitude
        longitude - the longitude
        Returns:
        the geo location
      • locate

        GeoLocationResponse locate​(java.lang.String ip,
                                   GeoLocationRequest request)
        Locate geo location response.
        Parameters:
        ip - the ip
        request - the request
        Returns:
        the geo location response