PoiTargetingOptionDetails
import type { PoiTargetingOptionDetails } from "https://googleapis.deno.dev/v1/displayvideo:v4.ts";
Represents a targetable point of interest(POI). This will be populated in
the poi_details field when targeting_type is TARGETING_TYPE_POI
.
interface PoiTargetingOptionDetails {
readonly displayName?: string;
readonly latitude?: number;
readonly longitude?: number;
}