public class AddressLookupControllerApi
extends java.lang.Object
| Constructor and Description |
|---|
AddressLookupControllerApi() |
AddressLookupControllerApi(ApiClient apiClient) |
| Modifier and Type | Method and Description |
|---|---|
ApiClient |
getApiClient() |
java.lang.String |
getCustomBaseUrl() |
int |
getHostIndex() |
AddressLookupResponseContainer |
reverseAddressLookup(java.lang.Double latitude,
java.lang.Double longitude)
Returns geolocation information matching the given latitude+longitude
|
okhttp3.Call |
reverseAddressLookupAsync(java.lang.Double latitude,
java.lang.Double longitude,
ApiCallback<AddressLookupResponseContainer> _callback)
(asynchronously)
Returns geolocation information matching the given latitude+longitude
|
okhttp3.Call |
reverseAddressLookupCall(java.lang.Double latitude,
java.lang.Double longitude,
ApiCallback _callback)
Build call for reverseAddressLookup
|
ApiResponse<AddressLookupResponseContainer> |
reverseAddressLookupWithHttpInfo(java.lang.Double latitude,
java.lang.Double longitude)
Returns geolocation information matching the given latitude+longitude
|
void |
setApiClient(ApiClient apiClient) |
void |
setCustomBaseUrl(java.lang.String customBaseUrl) |
void |
setHostIndex(int hostIndex) |
public AddressLookupControllerApi()
public AddressLookupControllerApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public int getHostIndex()
public void setHostIndex(int hostIndex)
public java.lang.String getCustomBaseUrl()
public void setCustomBaseUrl(java.lang.String customBaseUrl)
public okhttp3.Call reverseAddressLookupCall(java.lang.Double latitude,
java.lang.Double longitude,
ApiCallback _callback)
throws ApiException
latitude - (required)longitude - (required)_callback - Callback for upload/download progressApiException - If fail to serialize the request body object| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | Returns geolocation information matching the search filter | - |
public AddressLookupResponseContainer reverseAddressLookup(java.lang.Double latitude, java.lang.Double longitude) throws ApiException
latitude - (required)longitude - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | Returns geolocation information matching the search filter | - |
public ApiResponse<AddressLookupResponseContainer> reverseAddressLookupWithHttpInfo(java.lang.Double latitude, java.lang.Double longitude) throws ApiException
latitude - (required)longitude - (required)ApiException - If fail to call the API, e.g. server error or cannot deserialize the response body| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | Returns geolocation information matching the search filter | - |
public okhttp3.Call reverseAddressLookupAsync(java.lang.Double latitude,
java.lang.Double longitude,
ApiCallback<AddressLookupResponseContainer> _callback)
throws ApiException
latitude - (required)longitude - (required)_callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body object| Status Code | Description | Response Headers |
| 400 | bad request | - |
| 403 | Forbidden | - |
| 500 | Internal Server Error | - |
| 200 | Returns geolocation information matching the search filter | - |