ForkPoint

data class ForkPoint(val forkingRouteId: RouteId, val location: GeoPoint, val index: Int)

Represents information about the fork point.

Parameters

forkingRouteId

Forking route ID.

location

Location of the fork point.

index

Index in Route.routePoints that marks the location of the fork point.

Constructors

Link copied to clipboard
constructor(forkingRouteId: RouteId, location: GeoPoint, index: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val index: Int
Link copied to clipboard