LocalitiesTypes enum

The types of suggestion to return. By default, suggestions return types locality and postal_code. Check full list of supported types @memberOf woosmap.map.localities

Inheritance
Available extensions

Values

address → const LocalitiesTypes
locality → const LocalitiesTypes
adminLevel → const LocalitiesTypes
airport → const LocalitiesTypes
amusementPark → const LocalitiesTypes
artGallery → const LocalitiesTypes
country → const LocalitiesTypes
metroStation → const LocalitiesTypes
museum → const LocalitiesTypes
postalCode → const LocalitiesTypes
shopping → const LocalitiesTypes
touristAttraction → const LocalitiesTypes
trainStation → const LocalitiesTypes
zoo → const LocalitiesTypes

Properties

hashCode int
The hash code for this object.
no setterinherited
index int
A numeric identifier for the enumerated value.
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) LocalitiesTypes

Constants

values → const List<LocalitiesTypes>
A constant List of the values in this enum, in order of their declaration.