GoogleMapsGroundingChunk

class GoogleMapsGroundingChunk


A grounding chunk from Google Maps.

Summary

Public constructors

GoogleMapsGroundingChunk(uri: String?, title: String?, placeId: String?)

Public properties

String?

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

String?

The title of the place.

String?

The URI of the place.

Public constructors

GoogleMapsGroundingChunk

GoogleMapsGroundingChunk(uri: String?, title: String?, placeId: String?)

Public properties

placeId

val placeIdString?

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

val titleString?

The title of the place.

uri

val uriString?

The URI of the place.