GoogleMapsPlacesV1TransitStation
import type { GoogleMapsPlacesV1TransitStation } from "https://googleapis.deno.dev/v1/places:v1.ts";Represents transit-specific information for a place.
interface GoogleMapsPlacesV1TransitStation {
agencies?: GoogleMapsPlacesV1TransitAgency[];
displayName?: GoogleTypeLocalizedText;
stops?: GoogleMapsPlacesV1TransitStop[];
}§Properties
§
agencies?: GoogleMapsPlacesV1TransitAgency[]
[src]The transit agencies that serve this station.
§
displayName?: GoogleTypeLocalizedText
[src]The name of the station in the local language.
§
stops?: GoogleMapsPlacesV1TransitStop[]
[src]Transit stops at this station.