RouteLegOptions

data class RouteLegOptions(val supportingPoints: List<GeoCoordinate>)

Options specific for concrete leg.

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

Parameters

supportingPoints

A list of base route points to be used as input for route reconstruction.

Constructors

Link copied to clipboard
fun RouteLegOptions(supportingPoints: List<GeoCoordinate>)

Properties

Link copied to clipboard
val supportingPoints: List<GeoCoordinate>