PointOnRoute

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

Represents a point on a route.

Parameters

legIndex

The index of the list of route legs in the route.

pointIndex

The index of the list of route points in the route.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard