Class IpAddressToLocationResult

java.lang.Object
com.azure.maps.geolocation.models.IpAddressToLocationResult

public final class IpAddressToLocationResult extends Object
This object is returned from a successful call to IP Address to country/region API.
  • Method Details

    • getCountryRegion

      public CountryRegion getCountryRegion()
      Get the countryRegion property: The object containing the country/region information.
      Returns:
      the countryRegion value.
    • getIpAddress

      public String getIpAddress()
      Get the ipAddress property: The IP Address of the request.
      Returns:
      the ipAddress value.