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

GoogleMapsPlacesV1PhotoMedia

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

A photo media from Places API.

interface GoogleMapsPlacesV1PhotoMedia {
name?: string;
photoUri?: string;
}

§Properties

§
name?: string
[src]

The resource name of a photo media in the format: places/{place_id}/photos/{photo_reference}/media.

§
photoUri?: string
[src]

A short-lived uri that can be used to render the photo.