Uses of Class
com.azure.maps.search.models.GeocodingBatchResponse
Packages that use GeocodingBatchResponse
Package
Description
Package containing the classes for SearchClient.
Package containing the data models for SearchClient.
-
Uses of GeocodingBatchResponse in com.azure.maps.search
Methods in com.azure.maps.search that return GeocodingBatchResponseModifier and TypeMethodDescriptionMapsSearchClient.getGeocodingBatch(GeocodingBatchRequestBody body) Use to send a batch of queries to the [Geocoding](/rest/api/maps/search/get-geocoding) API in a single request.MapsSearchClient.getReverseGeocodingBatch(ReverseGeocodingBatchRequestBody reverseGeocodingBatchRequestBody) Use to send a batch of queries to the [Reverse Geocoding](/rest/api/maps/search/get-reverse-geocoding) API in a single request.Methods in com.azure.maps.search that return types with arguments of type GeocodingBatchResponseModifier and TypeMethodDescriptionMapsSearchAsyncClient.getGeocodingBatch(GeocodingBatchRequestBody body) Use to send a batch of queries to the [Geocoding](/rest/api/maps/search/get-geocoding) API in a single request.Mono<com.azure.core.http.rest.Response<GeocodingBatchResponse>> MapsSearchAsyncClient.getGeocodingBatchWithResponse(GeocodingBatchRequestBody body) Use to send a batch of queries to the [Geocoding](/rest/api/maps/search/get-geocoding) API in a single request.com.azure.core.http.rest.Response<GeocodingBatchResponse> MapsSearchClient.getGeocodingBatchWithResponse(GeocodingBatchRequestBody body, com.azure.core.util.Context context) Use to send a batch of queries to the [Geocoding](/rest/api/maps/search/get-geocoding) API in a single request.MapsSearchAsyncClient.getReverseGeocodingBatch(ReverseGeocodingBatchRequestBody reverseGeocodingBatchRequestBody) Use to send a batch of queries to the [Reverse Geocoding](/rest/api/maps/search/get-reverse-geocoding) API in a single request.Mono<com.azure.core.http.rest.Response<GeocodingBatchResponse>> MapsSearchAsyncClient.getReverseGeocodingBatchWithResponse(ReverseGeocodingBatchRequestBody reverseGeocodingBatchRequestBody) Use to send a batch of queries to the [Reverse Geocoding](/rest/api/maps/search/get-reverse-geocoding) API in a single request.com.azure.core.http.rest.Response<GeocodingBatchResponse> MapsSearchClient.getReverseGeocodingBatchWithResponse(ReverseGeocodingBatchRequestBody reverseGeocodingBatchRequestBody, com.azure.core.util.Context context) Use to send a batch of queries to the [Reverse Geocoding](/rest/api/maps/search/get-reverse-geocoding) API in a single request. -
Uses of GeocodingBatchResponse in com.azure.maps.search.models
Methods in com.azure.maps.search.models that return GeocodingBatchResponseModifier and TypeMethodDescriptionstatic GeocodingBatchResponseGeocodingBatchResponse.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GeocodingBatchResponse from the JsonReader.GeocodingBatchResponse.setBatchItems(List<com.azure.maps.search.implementation.models.GeocodingBatchResponseItem> batchItems) Set the batchItems property: Array containing the batch results.GeocodingBatchResponse.setNextLink(String nextLink) Set the nextLink property: The is the link to the next page of the features returned.GeocodingBatchResponse.setSummary(GeocodingBatchResponseSummary summary) Set the summary property: Summary for the batch request.