LocalitiesNearbyTypes class
Enum for Localities Nearby Types
Currently, only point_of_interest
is supported.
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
override
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Static Methods
-
fromString(
String value) → LocalitiesNearbyTypes - Converts a string to a corresponding LocalitiesNearbyTypes instance.
Constants
- pointOfInterest → const LocalitiesNearbyTypes
- Represents points of interest.
-
values
→ const List<
LocalitiesNearbyTypes> - List of predefined values.