FirebaseAILogic Framework Reference

GoogleMapsGroundingChunk

public struct GoogleMapsGroundingChunk : Sendable, Equatable, Hashable, Decodable

A grounding chunk sourced from Google Maps.

  • url

    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