SuggestItemType enum
Suggest item type.
Values
- Unknown → const SuggestItemType
-
For backward compatibility in future.
- Toponym → const SuggestItemType
-
City, street, house etc.
- Business → const SuggestItemType
-
Company with specific location.
- Transit → const SuggestItemType
-
Public transport route number or transit-related keyword.
- Link → const SuggestItemType
-
Web link or deep link
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
SuggestItemType> - A constant List of the values in this enum, in order of their declaration.