GeoGeometry
data class GeoGeometry(val geometryType: GeometryType, val geometries: List<GeoBounds>)
Content copied to clipboard
Reflects geographical geometric shapes (roads or areas) for the reverse geocoding result.
Parameters
geometryType
The type of the geometric shape.
geometries
The list of geographical geometric shapes that describes the geometry for the reverse geocoding result.
Important: This is a Public Preview API. It may be changed or removed at any time.