GroundingChunk_Maps class final

A grounding chunk from Google Maps. A Maps chunk corresponds to a single place.

Inheritance
  • Object
  • ProtoMessage
  • GroundingChunk_Maps

Constructors

GroundingChunk_Maps({String? uri, String? title, String? text, String? placeId, GroundingChunk_Maps_PlaceAnswerSources? placeAnswerSources})
GroundingChunk_Maps.fromJson(Object? j)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
placeAnswerSources GroundingChunk_Maps_PlaceAnswerSources?
Sources that provide answers about the features of a given place in Google Maps.
final
placeId String?
This ID of the place, in places/{place_id} format. A user can use this ID to look up that place.
final
qualifiedName String
The fully qualified name of this message, i.e., google.protobuf.Duration or google.rpc.ErrorInfo.
finalinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
text String?
Text description of the place answer.
final
title String?
Title of the place.
final
uri String?
URI reference of the place.
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Object
override
toString() String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited

Constants

fullyQualifiedName → const String