Uses of Class
com.azure.maps.search.models.ResolutionEnum
Packages that use ResolutionEnum
Package
Description
Package containing the classes for SearchClient.
Package containing the data models for SearchClient.
-
Uses of ResolutionEnum in com.azure.maps.search
Methods in com.azure.maps.search with parameters of type ResolutionEnumModifier and TypeMethodDescriptionMapsSearchAsyncClient.getPolygons(com.azure.core.models.GeoPosition coordinates, String view, BoundaryResultTypeEnum resultType, ResolutionEnum resolution) Use to get polygon data of a geographical area shape such as a city or a country region.MapsSearchClient.getPolygons(com.azure.core.models.GeoPosition coordinates, String view, BoundaryResultTypeEnum resultType, ResolutionEnum resolution) Use to get polygon data of a geographical area shape such as a city or a country region.MapsSearchAsyncClient.getPolygonsWithResponse(com.azure.core.models.GeoPosition coordinates, String view, BoundaryResultTypeEnum resultType, ResolutionEnum resolution, com.azure.core.util.Context context) Use to get polygon data of a geographical area shape such as a city or a country region.com.azure.core.http.rest.Response<Boundary> MapsSearchClient.getPolygonsWithResponse(com.azure.core.models.GeoPosition coordinates, String view, BoundaryResultTypeEnum resultType, ResolutionEnum resolution, com.azure.core.util.Context context) Use to get polygon data of a geographical area shape such as a city or a country region. -
Uses of ResolutionEnum in com.azure.maps.search.models
Fields in com.azure.maps.search.models declared as ResolutionEnumModifier and TypeFieldDescriptionstatic final ResolutionEnumResolutionEnum.HUGEReturn the boundary geometry with more or the same amount of points as large.static final ResolutionEnumResolutionEnum.LARGEReturn the boundary geometry with more or the same amount of points as medium.static final ResolutionEnumResolutionEnum.MEDIUMReturn the boundary geometry with more or the same amount of points as small.static final ResolutionEnumResolutionEnum.SMALLReturn the boundary geometry with the least amount of points.Methods in com.azure.maps.search.models that return ResolutionEnumModifier and TypeMethodDescriptionstatic ResolutionEnumResolutionEnum.fromString(String name) Creates or finds a ResolutionEnum from its string representation.Methods in com.azure.maps.search.models that return types with arguments of type ResolutionEnumModifier and TypeMethodDescriptionstatic Collection<ResolutionEnum> ResolutionEnum.values()Gets known ResolutionEnum values.