RouteDirectionsRequestBodySupportingPoints interface

A GeoJSON Geometry collection representing sequence of coordinates used as input for route reconstruction

Extends

Inherited Properties

geometries

Contains a list of valid GeoJSON geometry objects.

type

Specifies the type for the object. Value should always be equal to "GeometryCollection".

Inherited Property Details

geometries

Contains a list of valid GeoJSON geometry objects.

geometries: GeoJSONGeometryUnion[]

Property Value

Inherited From GeoJSONGeometryCollection.geometries

type

Specifies the type for the object. Value should always be equal to "GeometryCollection".

type?: string

Property Value

string

Inherited From GeoJSONGeometryCollection.type