Uses of Class
com.azure.maps.search.models.Boundary
Packages that use Boundary
Package
Description
Package containing the classes for SearchClient.
Package containing the data models for SearchClient.
-
Uses of Boundary in com.azure.maps.search
Methods in com.azure.maps.search that return BoundaryModifier and TypeMethodDescriptionMapsSearchClient.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.Methods in com.azure.maps.search that return types with arguments of type BoundaryModifier 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.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 Boundary in com.azure.maps.search.models
Methods in com.azure.maps.search.models that return BoundaryModifier and TypeMethodDescriptionstatic BoundaryBoundary.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of Boundary from the JsonReader.Boundary.setBbox(com.azure.core.models.GeoBoundingBox bbox) /** Sets the bounding box of this feature using aGeoBoundingBox.Boundary.setCopyright(String copyright) Set the copyright property: The copyright string.Boundary.setCopyrightUrl(String copyrightURL) Set the copyrightURL property: A URL that lists many of the data providers for Azure Maps and their related copyright information.Boundary.setFeatureType(String featureType) Set the featureType property: The type of the feature.Boundary.setGeometriesCopyright(List<com.azure.maps.search.implementation.models.GeometryCopyright> geometriesCopyright) Set the geometriesCopyright property: A collection of copyright information for each geometry of the Boundary object in the same order they appear.Boundary.setGeometry(GeoJsonGeometry geometry) Set the geometry property: A valid `GeoJSON` geometry object.Set the id property: Identifier for the feature.Set the name property: The name associated with the geographical area.Boundary.setProperties(Object properties) Set the properties property: Properties can contain any additional metadata about the `Feature`.