MPHighway enum Null safety

OSM highways used by the MapsIndoors SDK in addition to MapsIndoors specific highways

Inheritance

Constructors

MPHighway(String name)
const

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

hashCode int
The hash code for this object.
read-onlyinherited
index int
A numeric identifier for the enumerated value.
read-onlyinherited
name String
final
runtimeType Type
A representation of the runtime type of the object.
read-onlyinherited

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

Constants

values → const List<MPHighway>
A constant List of the values in this enum, in order of their declaration.
[unclassified, footway, residential, service, ramp, steps, escalator, travelator, elevator, wheelChairRamp, wheelChairLift, ladder]