RouteSection

data class RouteSection(val type: RouteSectionType, val start: GeoPoint, val end: GeoPoint)

Represent the Route section.

Parameters

type

The type for the section.

start

The start coordinate for the section.

end

The end coordinate for the section.

Constructors

Link copied to clipboard

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard