MPHighway enum Null safety
OSM highways used by the MapsIndoors SDK in addition to MapsIndoors specific highways
Constructors
Values
- unclassified → const MPHighway
-
MPHighway("unclassified") - footway → const MPHighway
-
MPHighway("footway") - residential → const MPHighway
-
MPHighway("residential") - service → const MPHighway
-
MPHighway("service") - ramp → const MPHighway
-
MPHighway("ramp") - steps → const MPHighway
-
MPHighway("steps") - escalator → const MPHighway
-
MPHighway("escalator") - travelator → const MPHighway
-
MPHighway("travelator") - elevator → const MPHighway
-
MPHighway("elevator") - wheelChairRamp → const MPHighway
-
MPHighway("wheelchairramp") - wheelChairLift → const MPHighway
-
MPHighway("wheelchairlift") - ladder → const MPHighway
-
MPHighway("ladder")
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed.
inherited
-
toJson(
) → dynamic -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited