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

PoiSearchTerms

import type { PoiSearchTerms } from "https://googleapis.deno.dev/v1/displayvideo:v3.ts";

Search terms for POI targeting options.

interface PoiSearchTerms {
poiQuery?: string;
}

§Properties

§
poiQuery?: string
[src]

The search query for the desired POI name, street address, or coordinate of the desired POI. The query can be a prefix, e.g. "Times squar", "40.7505045,-73.99562", "315 W 44th St", etc.