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

Place

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

Place metadata for an entity.

interface Place {
readonly languageCode?: string;
readonly name?: string;
placeId?: string;
}

§Properties

§
readonly languageCode?: string
[src]

Output only. The language_code that the name is localized with. This should be the language_code specified in the request, but may be a fallback.

§
readonly name?: string
[src]

Output only. The name of the place, localized to the language_code.

§
placeId?: string
[src]

Place identifier, as described in https://developers.google.com/places/place-id.