Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface LocalizedString

    interface LocalizedString {
        locale: string;
        value: string;
    }
    Index

    Properties

    Properties

    locale: string

    The locale code of the localized string.

    value: string

    The localized string.