ProjectedRouteSection

class ProjectedRouteSection(val startBoundary: Boundary, val endBoundary: Boundary, val startOffset: Distance = Distance.ZERO, val endOffset: Distance = Distance.ZERO)

Describes part of the projected route.

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

Constructors

Link copied to clipboard
constructor(startBoundary: Boundary, endBoundary: Boundary, startOffset: Distance = Distance.ZERO, endOffset: Distance = Distance.ZERO)

Properties

Link copied to clipboard

End boundary of the section.

Link copied to clipboard

An offset from the start of the route to the end of the section.

Link copied to clipboard

Start boundary of the section.

Link copied to clipboard

An offset from the start of the route to the start of the section.

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String