PlaceCitation: {
    end_index?: number;
    name?: string;
    place_id?: string;
    review_snippets?: ReviewSnippet[];
    start_index?: number;
    type: "place_citation";
    url?: string;
}

A place citation annotation.

Type declaration

  • Optionalend_index?: number

    End of the attributed segment, exclusive.

  • Optionalname?: string

    Title of the place.

  • Optionalplace_id?: string

    The ID of the place, in places/{place_id} format.

  • Optionalreview_snippets?: ReviewSnippet[]

    Snippets of reviews that are used to generate answers about the

    features of a given place in Google Maps.

  • Optionalstart_index?: number

    Start of segment of the response that is attributed to this source.

    Index indicates the start of the segment, measured in bytes.

  • type: "place_citation"
  • Optionalurl?: string

    URI reference of the place.