ForkPoint

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

Represents information about the fork point.

Parameters

forkingRouteId

Forking route ID.

location

Location of the fork point.

Constructors

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

Properties

Link copied to clipboard
Link copied to clipboard