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