PointOnRoute

@RestrictToExtendedFlavor(value = [ExternalScope.LIBRARY_GROUP])
data class PointOnRoute(val legIndex: Int, val pointIndex: Int)

Represents a point on a route.

Constructors

Link copied to clipboard
constructor(legIndex: Int, pointIndex: Int)

Properties

Link copied to clipboard

The 0-based index of the leg.

Link copied to clipboard

The 0-based index of the point within the leg at index legIndex.