Waze Map Editor JavaScript SDK
    Preparing search index...

    Class BigJunctions

    Methods for dealing with BigJunctions.

    Index

    Methods

    • Retrieves all possible turns for a given bigJunction. Note: This calculation can sometimes take a significant amount of time to complete.

      Parameters

      • args: { bigJunctionId: number }
        • bigJunctionId: number

          An id of the bigJunction to find all possible turns for.

      Returns Turn[]

      all possible turns for the bigJunction

      DataModelNotFoundError in case the bigJunction is not found in the WME data model

    • Parameters

      • args: { bigJunctionId: number }
        • bigJunctionId: number

          An id of the bigJunction to find.

      Returns null | BigJunction

      bigJunction with id, or null if not found in the WME data model