Google Maps Services Node Client

    Interface AddressComponent

    interface AddressComponent {
        long_name: string;
        short_name: string;
        types: (AddressType | GeocodingAddressComponentType)[];
    }
    Index

    Properties

    long_name: string

    is the full text description or name of the address component as returned by the Geocoder.

    short_name: string

    is an abbreviated textual name for the address component, if available. For example, an address component for the state of Alaska may have a long_name of "Alaska" and a short_name of "AK" using the 2-letter postal abbreviation.

    is an array indicating the type of the address component.

    MMNEPVFCICPMFPCPTTAAATR