GoogleMapsGroundingChunk
public struct GoogleMapsGroundingChunk : Sendable, Equatable, Hashable, DecodableA grounding chunk sourced from Google Maps.
-
The URL of the retrieved map data.
Declaration
Swift
public let url: URL? -
The title of the retrieved map data.
Declaration
Swift
public let title: String? -
The Place ID of the retrieved map data.
Declaration
Swift
public let placeID: String? -
Declaration
Swift
public init(from decoder: any Decoder) throws