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

PhotoSequenceGetOptions

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

Additional options for StreetViewPublish#photoSequenceGet.

interface PhotoSequenceGetOptions {
filter?: string;
view?: "BASIC" | "INCLUDE_DOWNLOAD_URL";
}

§Properties

§
filter?: string
[src]

Optional. The filter expression. For example: published_status=PUBLISHED. The filters supported are: published_status. See https://google.aip.dev/160 for more information.

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

Specifies if a download URL for the photo sequence should be returned in download_url of individual photos in the PhotoSequence response. > Note: Currently not implemented.