JME - Application Documentation
    Preparing search index...
    • Extracts the junction ID from a roundabout lane key.

      Parameters

      • laneKey: string

        A lane key in the form "lane:roundabout:<UUID>".

      Returns string

      The UUID portion of the key.

      roundaboutIdFromLaneKey("lane:roundabout:abc-123") // "abc-123"