PointOnRoute

data class PointOnRoute(val legIndex: Int, val pointIndex: Int)

Represents a point on a route.

Parameters

legIndex

The 0-based index of the leg.

pointIndex

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

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard