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

GoogleMapsPlacesV1Photo

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

Information about a photo of a place.

interface GoogleMapsPlacesV1Photo {
authorAttributions?: GoogleMapsPlacesV1AuthorAttribution[];
heightPx?: number;
name?: string;
widthPx?: number;
}

§Properties

§

This photo's authors.

§
heightPx?: number
[src]

The maximum available height, in pixels.

§
name?: string
[src]

Identifier. A reference representing this place photo which may be used to look up this place photo again (also called the API "resource" name: places/{place_id}/photos/{photo}).

§
widthPx?: number
[src]

The maximum available width, in pixels.