Extracts the junction ID from a roundabout lane key.
A lane key in the form "lane:roundabout:<UUID>".
"lane:roundabout:<UUID>"
The UUID portion of the key.
roundaboutIdFromLaneKey("lane:roundabout:abc-123") // "abc-123" Copy
roundaboutIdFromLaneKey("lane:roundabout:abc-123") // "abc-123"
Extracts the junction ID from a roundabout lane key.