RouteType enum
Indicates the level of significance of a route in a range from 1 to 6.
A value of 1 stands for the most major route and 6 the most minor. The route type indicates that the road's name is actually a route number and in many countries is displayed in a shield symbol (e.g., Interstate and State routes in the U.S.). See https://developer.here.com/documentation/here-map-content-schema/dev_guide/topics_schema/streetname.routetype.html
Values
- typeUnknown → const RouteType
-
Unknown
- level1Road → const RouteType
-
International / European road
- level2Road → const RouteType
-
National road
- level3Road → const RouteType
-
Primary road
- level4Road → const RouteType
-
Secondary road
- level5Road → const RouteType
-
Minor road
- level6Road → const RouteType
-
Avenue
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