Waze Map Editor JavaScript SDK
    Preparing search index...

    Class Settings

    Methods for managing user settings.

    Index

    Methods

    • Returns { localeCode: string; localeName: string }

      and object with the current locale code and locale name

    • Returns null | RegionCode

      the current region code, or null if not available

    • Returns UserSettings

      the current user settings or default settings if user isn't logged in yet.

    • Sets the application region code and reloads the application. Calling this method will cause the WME application to reload with the updated region code. Any methods called after will not be executed due to the page unloading.

      Parameters

      Returns void