Package com.azure.maps.search.models
Class GeometryIdentifier
java.lang.Object
com.azure.maps.search.models.GeometryIdentifier
Information about the geometric shape of the result. Only present if type == Geography.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()
Get the id property: Pass this as geometryId to the [Get Search Polygon](https://docs.microsoft.com/rest/api/maps/search/getsearchpolygon) API to fetch geometry information for this result.Set the id property: Pass this as geometryId to the [Get Search Polygon] (https://docs.microsoft.com/rest/api/maps/search/getsearchpolygon) API to fetch geometry information for this result.
-
Constructor Details
-
GeometryIdentifier
public GeometryIdentifier()
-
-
Method Details
-
getId
Get the id property: Pass this as geometryId to the [Get Search Polygon](https://docs.microsoft.com/rest/api/maps/search/getsearchpolygon) API to fetch geometry information for this result.- Returns:
- the id value.
-
setId
Set the id property: Pass this as geometryId to the [Get Search Polygon] (https://docs.microsoft.com/rest/api/maps/search/getsearchpolygon) API to fetch geometry information for this result.- Parameters:
id
- The geometryId- Returns:
- the updated GeometryIdentifier object
-