copy

fun copy(forkingRouteId: RouteId = this.forkingRouteId, location: GeoPoint = this.location, index: Int = this.index): ForkPoint

Deprecated

This will be removed from future releases after 2025-12-16.

Replace with

ForkPoint(forkingRouteId, location, index)