GeoGeometry

data class GeoGeometry(val geometryType: GeometryType, val geometries: List<GeoBounds>)

Reflects geographical geometric shapes (roads or areas) for the reverse geocoding result.

Important: This is a Public Preview API. It may be changed or removed at any time.

Parameters

geometryType

The type of the geometric shape.

geometries

The list of geographical geometric shapes that describes the geometry for the reverse geocoding result.

Constructors

Link copied to clipboard
fun GeoGeometry(geometryType: GeometryType, geometries: List<GeoBounds>)

Properties

Link copied to clipboard
Link copied to clipboard