copy
fun copy(lanes: List<Lane> = this.lanes, laneSeparators: List<LaneSeparator> = this.laneSeparators, routeOffset: Distance = this.routeOffset, length: Distance = this.length): LaneGuidance
Deprecated
This will be removed from future releases after 2025-12-16.
Replace with
LaneGuidance(lanes, laneSeparators, routeOffset, length)
Content copied to clipboard