LocalitiesNearbyTypes class

Enum for Localities Nearby Types Currently, only point_of_interest is supported.

Properties

apiString String
The string representation of the type for API use.
final
hashCode int
The hash code for this object.
no setterinherited
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
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.