OsrmOverview enum
OsrmOverview enum for the overview parameter
the underscore is added because the name false
are reserved for dart
see: https://dart.dev/guides/language/language-tour#keywords
- Inheritance
- Mixed-in types
- Available extensions
Values
- simplified → const OsrmOverview
-
simplified to return the overview as simplified
- full → const OsrmOverview
-
full to return the overview as full
- false_ → const OsrmOverview
-
false_ to not return the overview
Properties
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
Static Methods
-
fromString(
String overview) → OsrmOverview - fromString method to get the OsrmOverview from a string
Constants
-
values
→ const List<
OsrmOverview> - A constant List of the values in this enum, in order of their declaration.