React Native Firebase
    Preparing search index...

    Interface GoogleMapsGroundingChunk

    A grounding chunk from Google Maps.

    Important: If using Grounding with Google Maps, you are required to comply with the Service Specific Terms for "Grounding with Google Maps".

    interface GoogleMapsGroundingChunk {
        placeId?: string;
        text?: string;
        title?: string;
        uri?: string;
    }
    Index

    Properties

    placeId?: string

    This Place's resource name, in places/{place_id} format. This can be used to look up the place in the Google Maps API.

    text?: string

    The text of the place answer.

    title?: string

    The title of the place.

    uri?: string

    The URI of the place.