GoogleMapsPlacesV1PlaceGenerativeSummary class
AI-generated summary of the place.
Constructors
- GoogleMapsPlacesV1PlaceGenerativeSummary.new({GoogleTypeLocalizedText? disclosureText, GoogleTypeLocalizedText? overview, String? overviewFlagContentUri})
- GoogleMapsPlacesV1PlaceGenerativeSummary.fromJson(Map json_)
Properties
- disclosureText ↔ GoogleTypeLocalizedText?
-
The AI disclosure message "Summarized with Gemini" (and its localized
variants).
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- overview ↔ GoogleTypeLocalizedText?
-
The overview of the place.
getter/setter pair
- overviewFlagContentUri ↔ String?
-
A link where users can flag a problem with the overview summary.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited