GoogleMapsPlacesV1ContextualContentJustification
import type { GoogleMapsPlacesV1ContextualContentJustification } from "https://googleapis.deno.dev/v1/places:v1.ts";
Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details. Justifications for the place. Justifications answers the question of why a place could interest an end user.
interface GoogleMapsPlacesV1ContextualContentJustification {
businessAvailabilityAttributesJustification?: GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification;
reviewJustification?: GoogleMapsPlacesV1ContextualContentJustificationReviewJustification;
}§Properties
§
businessAvailabilityAttributesJustification?: GoogleMapsPlacesV1ContextualContentJustificationBusinessAvailabilityAttributesJustification
[src]Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details.
§
reviewJustification?: GoogleMapsPlacesV1ContextualContentJustificationReviewJustification
[src]Experimental: See https://developers.google.com/maps/documentation/places/web-service/experimental/places-generative for more details.