RouteDirectionsRequestBodySupportingPoints interface
A GeoJSON Geometry collection representing sequence of coordinates used as input for route reconstruction
- Extends
Properties
| geometries | Contains a list of valid |
| type | Specifies the |
Property Details
geometries
Contains a list of valid GeoJSON geometry objects.
geometries: GeoJSONGeometryUnion[]
Property Value
type
Specifies the type for the object. Value should always be equal to "GeometryCollection".
type?: string
Property Value
string