OsrmContinueStraight enum
OsrmContinueStraight enum for the continue_straight parameter
the underscore is added because the name false
are reserved for dart
see: https://dart.dev/guides/language/language-tour#keywords
params are default (default), true_ , false_
- Inheritance
- Mixed-in types
- Available extensions
Values
- default_ → const OsrmContinueStraight
-
default
to return the continue_straight as default - true_ → const OsrmContinueStraight
-
true_ to return the continue_straight as true
- false_ → const OsrmContinueStraight
-
false_ to return the continue_straight as false
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 continueStraight) → OsrmContinueStraight - fromString method to get the OsrmContinueStraight from a string
Constants
-
values
→ const List<
OsrmContinueStraight> - A constant List of the values in this enum, in order of their declaration.