Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface UserSettings

    User settings set in the settings tab of the WME UI

    interface UserSettings {
        isCompactMode: boolean;
        isCreateRoadsAsTwoWay: boolean;
        isCreateRoadsWithAllTurnsAllowed: boolean;
        isDisplayTransparentTurnArrows: boolean;
        isImperial?: boolean;
        isSelectOnlyOnEmptySelection: boolean;
        isSpreadOverlappingTurnArrows: boolean;
    }
    Index

    Properties

    isCompactMode: boolean

    Reflects if compact UI mode is enabled in user settings true if compact mode is enabled

    isCreateRoadsAsTwoWay: boolean

    Reflects if creating new roads as two-way by default is selected in user settings

    isCreateRoadsWithAllTurnsAllowed: boolean

    Reflects if creating new roads with all turns allowed by default is selected in user settings

    isDisplayTransparentTurnArrows: boolean

    Reflects if displaying turn arrows as transparent is selected in user settings

    isImperial?: boolean

    Reflects the measurement units selected in the user settings true if imperial units are selected

    isSelectOnlyOnEmptySelection: boolean

    Reflects if selecting a feature can be done only if no other feature is selected

    isSpreadOverlappingTurnArrows: boolean

    Reflects if spreading overlapping turn arrows is selected in user settings