Uses of Class
com.azure.maps.search.models.GeoJsonFeature
Packages that use GeoJsonFeature
Package
Description
Package containing the data models for SearchClient.
-
Uses of GeoJsonFeature in com.azure.maps.search.models
Subclasses of GeoJsonFeature in com.azure.maps.search.modelsModifier and TypeClassDescriptionfinal class`GeoJSON GeocodingFeature` object that describe the boundaries of a geographical area.Methods in com.azure.maps.search.models that return GeoJsonFeatureModifier and TypeMethodDescriptionstatic GeoJsonFeatureGeoJsonFeature.fromJson(com.azure.json.JsonReader jsonReader) Reads an instance of GeoJsonFeature from the JsonReader.Set the bbox property: Bounding box.GeoJsonFeature.setFeatureType(String featureType) Set the featureType property: The type of the feature.GeoJsonFeature.setGeometry(GeoJsonGeometry geometry) Set the geometry property: A valid `GeoJSON` geometry object.Set the id property: Identifier for the feature.GeoJsonFeature.setProperties(Object properties) Set the properties property: Properties can contain any additional metadata about the `Feature`.