GoogleMapsPlacesV1TransitAgency
import type { GoogleMapsPlacesV1TransitAgency } from "https://googleapis.deno.dev/v1/places:v1.ts";Represents a transit agency.
interface GoogleMapsPlacesV1TransitAgency {
displayName?: GoogleTypeLocalizedText;
fareUrl?: string;
icon?: GoogleMapsPlacesV1TransitIcon;
lines?: GoogleMapsPlacesV1TransitLine[];
url?: string;
}§Properties
§
displayName?: GoogleTypeLocalizedText
[src]Agency name (e.g. "VTA") in the requested language.
§
Icon identifier for localized branded icon of a transit system (e.g. London Underground) which should be used instead of TransitLine.vehicle_icon in the UI.
§
lines?: GoogleMapsPlacesV1TransitLine[]
[src]The transit lines that are served by this agency.