Waze Map Editor JavaScript SDK
    Preparing search index...

    Class Signs

    Methods for dealing with Signs.

    Index

    Methods

    Methods

    • Parameters

      • Optionalargs: { type?: SignType }
        • Optionaltype?: SignType

          Sign type filter ("ROAD_SHIELD", "EXIT_SIGN", "OTHER").

      Returns Sign[]

      an array of all the signs in the WME data model

    • Parameters

      • args: { signId: number }
        • signId: number

          The id of the sign to find.

      Returns null | Sign

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