Index

A B C E G H I P R S V 
All Classes and Interfaces|All Packages

A

addPolicy(HttpPipelinePolicy) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Adds a custom Http pipeline policy.

B

buildAsyncClient() - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Builds an instance of GeoLocationAsyncClient async client.
buildClient() - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Builds an instance of GeoLocationClient sync client.

C

clientId(String) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Sets Specifies which account is intended for usage in conjunction with the Azure AD security model.
clientOptions(ClientOptions) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Sets The client options such as application ID and custom headers to set on a request.
com.azure.maps.geolocation - package com.azure.maps.geolocation
Package containing the classes for GeolocationClient.
com.azure.maps.geolocation.models - package com.azure.maps.geolocation.models
Package containing classes for GeolocationClient.
configuration(Configuration) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Sets The configuration store that is used during construction of the service client.
CountryRegion - Class in com.azure.maps.geolocation.models
The object containing the country/region information.
credential(AzureKeyCredential) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Sets the AzureKeyCredential used to authenticate HTTP requests.
credential(TokenCredential) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Sets the TokenCredential used to authenticate HTTP requests.

E

endpoint(String) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Set endpoint of the service.

G

GeoLocationAsyncClient - Class in com.azure.maps.geolocation
Initializes a new instance of the asynchronous GeoLocationClient type.
GeoLocationClient - Class in com.azure.maps.geolocation
GeoLocationClient instances are created via the GeoLocationClientBuilder, as shown below.
GeoLocationClientBuilder - Class in com.azure.maps.geolocation
Builder class used to instantiate both synchronous and asynchronous GeoLocationClient clients.
GeoLocationClientBuilder() - Constructor for class com.azure.maps.geolocation.GeoLocationClientBuilder
Default constructor for the builder class.
GeoLocationServiceVersion - Enum in com.azure.maps.geolocation
Contains the versions of the GeoLocation Service available for the clients.
getCountryRegion() - Method in class com.azure.maps.geolocation.models.IpAddressToLocationResult
Get the countryRegion property: The object containing the country/region information.
getIpAddress() - Method in class com.azure.maps.geolocation.models.IpAddressToLocationResult
Get the ipAddress property: The IP Address of the request.
getIsoCode() - Method in class com.azure.maps.geolocation.models.CountryRegion
Get the isoCode property: The IP Address's 2-character code [(ISO 3166-1)](https://www.iso.org/iso-3166-country-codes.html) of the country or region.
getLatest() - Static method in enum com.azure.maps.geolocation.GeoLocationServiceVersion
Gets the latest service version supported by this client library
getLocation(String) - Method in class com.azure.maps.geolocation.GeoLocationAsyncClient
Get Location
getLocation(String) - Method in class com.azure.maps.geolocation.GeoLocationClient
Get Location
getLocationWithResponse(String) - Method in class com.azure.maps.geolocation.GeoLocationAsyncClient
Get Location
getLocationWithResponse(String, Context) - Method in class com.azure.maps.geolocation.GeoLocationClient
Get Location
getVersion() - Method in enum com.azure.maps.geolocation.GeoLocationServiceVersion

H

httpClient(HttpClient) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Sets The HTTP client used to send the request.
httpLogOptions(HttpLogOptions) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Sets The logging configuration for HTTP requests and responses.

I

IpAddressToLocationResult - Class in com.azure.maps.geolocation.models
This object is returned from a successful call to IP Address to country/region API.

P

pipeline(HttpPipeline) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Sets The HTTP pipeline to send requests through.

R

retryOptions(RetryOptions) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Sets retry options
retryPolicy(RetryPolicy) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Sets The retry policy that will attempt to retry failed requests, if applicable.

S

serviceVersion(GeoLocationServiceVersion) - Method in class com.azure.maps.geolocation.GeoLocationClientBuilder
Sets the GeoLocationServiceVersion that is used when making API requests.

V

V1_0 - Enum constant in enum com.azure.maps.geolocation.GeoLocationServiceVersion
Service version 1.0.
valueOf(String) - Static method in enum com.azure.maps.geolocation.GeoLocationServiceVersion
Returns the enum constant of this type with the specified name.
values() - Static method in enum com.azure.maps.geolocation.GeoLocationServiceVersion
Returns an array containing the constants of this enum type, in the order they are declared.
A B C E G H I P R S V 
All Classes and Interfaces|All Packages