MPHighway enum
OSM highways used by the MapsIndoors SDK in addition to MapsIndoors specific highways
Values
- unclassified → const MPHighway
-
const MPHighway("unclassified")
- footway → const MPHighway
-
const MPHighway("footway")
- residential → const MPHighway
-
const MPHighway("residential")
- service → const MPHighway
-
const MPHighway("service")
- ramp → const MPHighway
-
const MPHighway("ramp")
- steps → const MPHighway
-
const MPHighway("steps")
- escalator → const MPHighway
-
const MPHighway("escalator")
- travelator → const MPHighway
-
const MPHighway("travelator")
- elevator → const MPHighway
-
const MPHighway("elevator")
- wheelChairRamp → const MPHighway
-
const MPHighway("wheelchairramp")
- wheelChairLift → const MPHighway
-
const MPHighway("wheelchairlift")
- ladder → const MPHighway
-
const MPHighway("ladder")
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent 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