ForkPoint

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

Represents information about a fork point.

A fork point is a location on a route where another route diverges from its path. The two routes follow the same path up until their fork point.

Parameters

forkingRouteId

Forking route ID.

location

Location of the fork point.

index

Index in the current route's route points list 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