Prediction class
Constructors
-
Prediction(String description, String id, List<
Term> terms, int distanceMeters, String placeId, String reference, List<String> types, List<MatchedSubstring> matchedSubstrings, StructuredFormatting structuredFormatting) - Prediction.fromJson(Map json)
-
factory
Properties
- description → String
-
final
- distanceMeters → int
-
final
- hashCode → int
-
The hash code for this object.
read-only, inherited
- id → String
-
final
-
matchedSubstrings
→ List<
MatchedSubstring> -
JSON matched_substrings
final
- placeId → String
-
JSON place_id
final
- reference → String
-
final
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
- structuredFormatting → StructuredFormatting
-
final
-
terms
→ List<
Term> -
final
-
types
→ List<
String> -
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited