Waze Map Editor JavaScript SDK
    Preparing search index...

    Interface SegmentAddress

    interface SegmentAddress {
        altStreets: SegmentAddress[];
        city: null | City;
        country: null | Country;
        isEmpty: boolean;
        state: null | State;
        street: null | Street;
    }

    Hierarchy (View Summary)

    Index

    Properties

    altStreets: SegmentAddress[]
    city: null | City
    country: null | Country
    isEmpty: boolean
    state: null | State
    street: null | Street