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

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".