StreetAttributes enum
Types of street attributes.
Values
- rightDrivingSide → const StreetAttributes
-
The driving on the street is done on the right side.
- dirtRoad → const StreetAttributes
-
The street is a dirt road.
- tunnel → const StreetAttributes
-
The street goes through a tunnel.
- bridge → const StreetAttributes
-
The street goes over a bridge.
- ramp → const StreetAttributes
-
The street contains a ramp.
- roundabout → const StreetAttributes
-
The street contains a roundabout.
- underConstruction → const StreetAttributes
-
The street is under construction.
- dividedRoad → const StreetAttributes
-
The street is a divided road.
- motorway → const StreetAttributes
-
The street is a motorway.
- privateRoad → const StreetAttributes
-
The street is a private road.
- builtUpArea → const StreetAttributes
-
The street is most likely in a built-up area.
- controlledAccessHighway → const StreetAttributes
-
The street is either a controlled access or a limited access road or both.
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.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
-
values
→ const List<
StreetAttributes> - A constant List of the values in this enum, in order of their declaration.