PlaceInsight
import type { PlaceInsight } from "https://googleapis.deno.dev/v1/areainsights:v1.ts";
Holds information about a place
interface PlaceInsight {
place?: string;
}§Properties
§
place?: string
[src]The unique identifier of the place. This resource name can be used to retrieve details about the place using the Places API.