Uses of Class
com.azure.maps.search.models.GeoJsonGeometry
Packages that use GeoJsonGeometry
Package
Description
Package containing the data models for SearchClient.
-
Uses of GeoJsonGeometry in com.azure.maps.search.models
Methods in com.azure.maps.search.models that return GeoJsonGeometryModifier and TypeMethodDescriptionstatic GeoJsonGeometryGeoJsonGeometry.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GeoJsonGeometry from the JsonReader.GeoJsonFeature.getGeometry()Get the geometry property: A valid `GeoJSON` geometry object.Set the bbox property: Bounding box.Methods in com.azure.maps.search.models with parameters of type GeoJsonGeometryModifier and TypeMethodDescriptionBoundary.setGeometry(GeoJsonGeometry geometry) Set the geometry property: A valid `GeoJSON` geometry object.GeoJsonFeature.setGeometry(GeoJsonGeometry geometry) Set the geometry property: A valid `GeoJSON` geometry object.