Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface AddressRawComponents

    interface AddressRawComponents {
        cityName?: string;
        countryId?: number;
        stateId?: number;
        streetName?: string;
    }
    Index

    Properties

    cityName?: string
    countryId?: number
    stateId?: number
    streetName?: string