GoogleMapsPlacesV1TransitIcon
import type { GoogleMapsPlacesV1TransitIcon } from "https://googleapis.deno.dev/v1/places:v1.ts";Icon for a transit line, vehicle, or agency.
interface GoogleMapsPlacesV1TransitIcon {
nameIncluded?: boolean;
url?: string;
}