GoogleMapsPlacesV1ContextualContent
import type { GoogleMapsPlacesV1ContextualContent } from "https://googleapis.deno.dev/v1/places:v1.ts";Content that is contextual to the place query.
interface GoogleMapsPlacesV1ContextualContent {
justifications?: GoogleMapsPlacesV1ContextualContentJustification[];
photos?: GoogleMapsPlacesV1Photo[];
reviews?: GoogleMapsPlacesV1Review[];
}§Properties
§
justifications?: GoogleMapsPlacesV1ContextualContentJustification[]
[src]Justifications for the place.
§
photos?: GoogleMapsPlacesV1Photo[]
[src]Information (including references) about photos of this place, contextual to the place query.
§
reviews?: GoogleMapsPlacesV1Review[]
[src]List of reviews about this place, contextual to the place query.