GoogleMapsGroundingChunk

public final class GoogleMapsGroundingChunk


A grounding chunk from Google Maps.

Summary

Public fields

final String

This Place's resource name, in places/{place_id} format.

final String

The title of the place.

final String

The URI of the place.

Public constructors

GoogleMapsGroundingChunk(String uri, String title, String placeId)

Public fields

placeId

public final String placeId

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

title

public final String title

The title of the place.

uri

public final String uri

The URI of the place.

Public constructors

GoogleMapsGroundingChunk

public GoogleMapsGroundingChunk(String uri, String title, String placeId)