Uses of Class
com.azure.maps.search.models.BatchResultSummary
Packages that use BatchResultSummary
-
Uses of BatchResultSummary in com.azure.maps.search.models
Methods in com.azure.maps.search.models that return BatchResultSummaryModifier and TypeMethodDescriptionBatchReverseSearchResult.getBatchSummary()
Get the batchSummary property: Summary of the results for the batch request.BatchSearchResult.getBatchSummary()
Get the batchSummary property: Summary of the results for the batch request.Constructors in com.azure.maps.search.models with parameters of type BatchResultSummaryModifierConstructorDescriptionBatchReverseSearchResult
(BatchResultSummary batchSummary, List<ReverseSearchAddressBatchItem> batchItems) Creates a newBatchReverseSearchResult
with a summary and batch items.BatchSearchResult
(BatchResultSummary batchSummary, List<SearchAddressBatchItem> batchItems) Creates a newBatchSearchResult
with a summary and batch items.