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

PhotoGetOptions

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

Additional options for StreetViewPublish#photoGet.

interface PhotoGetOptions {
languageCode?: string;
view?: "BASIC" | "INCLUDE_DOWNLOAD_URL";
}

§Properties

§
languageCode?: string
[src]

The BCP-47 language code, such as "en-US" or "sr-Latn". For more information, see http://www.unicode.org/reports/tr35/#Unicode_locale_identifier. If language_code is unspecified, the user's language preference for Google services is used.

§
view?: "BASIC" | "INCLUDE_DOWNLOAD_URL"
[src]

Required. Specifies if a download URL for the photo bytes should be returned in the Photo response.