Uses of Class
com.azure.maps.search.models.ReverseGeocodingBatchRequestBody
Packages that use ReverseGeocodingBatchRequestBody
Package
Description
Package containing the classes for SearchClient.
Package containing the data models for SearchClient.
-
Uses of ReverseGeocodingBatchRequestBody in com.azure.maps.search
Methods in com.azure.maps.search with parameters of type ReverseGeocodingBatchRequestBodyModifier and TypeMethodDescriptionMapsSearchAsyncClient.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.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.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 ReverseGeocodingBatchRequestBody in com.azure.maps.search.models
Methods in com.azure.maps.search.models that return ReverseGeocodingBatchRequestBodyModifier and TypeMethodDescriptionReverseGeocodingBatchRequestBody.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of ReverseGeocodingBatchRequestBody from the JsonReader.ReverseGeocodingBatchRequestBody.setBatchItems(List<com.azure.maps.search.implementation.models.ReverseGeocodingBatchRequestItem> batchItems) Set the batchItems property: The list of queries to process.