Google Maps Services Node Client

    Interface TransitStop

    interface TransitStop {
        location: LatLngLiteral;
        name: string;
    }
    Index

    Properties

    Properties

    location: LatLngLiteral

    the location of the transit station/stop, represented as a lat and lng field.

    name: string

    the name of the transit station/stop. eg. "Union Square".

    MMNEPVFCICPMFPCPTTAAATR