Uses of Class
com.azure.maps.search.models.ReverseSearchAddressBatchItem
Packages that use ReverseSearchAddressBatchItem
-
Uses of ReverseSearchAddressBatchItem in com.azure.maps.search.models
Methods in com.azure.maps.search.models that return types with arguments of type ReverseSearchAddressBatchItemModifier and TypeMethodDescriptionBatchReverseSearchResult.getBatchItems()
Get the batchItems property: Array containing the batch results.Constructor parameters in com.azure.maps.search.models with type arguments of type ReverseSearchAddressBatchItemModifierConstructorDescriptionBatchReverseSearchResult
(BatchResultSummary batchSummary, List<ReverseSearchAddressBatchItem> batchItems) Creates a newBatchReverseSearchResult
with a summary and batch items.