Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleMapsPlacesV1TransitAgency

import type { GoogleMapsPlacesV1TransitAgency } from "https://googleapis.deno.dev/v1/places:v1.ts";

Represents a transit agency.

interface GoogleMapsPlacesV1TransitAgency {
fareUrl?: string;
url?: string;
}

§Properties

§

Agency name (e.g. "VTA") in the requested language.

§
fareUrl?: string
[src]

The URL of the agency's fare details page.

§

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.

§

The transit lines that are served by this agency.

§
url?: string
[src]

The URL of the agency's homepage.