GoogleMapsPlacesV1PlaceGoogleMapsLinks
import type { GoogleMapsPlacesV1PlaceGoogleMapsLinks } from "https://googleapis.deno.dev/v1/places:v1.ts";
Links to trigger different Google Maps actions.
interface GoogleMapsPlacesV1PlaceGoogleMapsLinks {
directionsUri?: string;
photosUri?: string;
placeUri?: string;
reviewsUri?: string;
writeAReviewUri?: string;
}