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

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;
}

§Properties

§
nameIncluded?: boolean
[src]

Whether the name is contained in the icon and there is no need to display it next to the icon.

§
url?: string
[src]

The URL of the icon.