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

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

§Properties

§
directionsUri?: string
[src]

A link to show the directions to the place. The link only populates the destination location and uses the default travel mode DRIVE.

§
photosUri?: string
[src]

A link to show reviews of this place on Google Maps.

§
placeUri?: string
[src]

A link to show this place.

§
reviewsUri?: string
[src]

A link to show reviews of this place on Google Maps.

§
writeAReviewUri?: string
[src]

A link to write a review for this place on Google Maps.