MPHighway enum

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

Inheritance

Constructors

MPHighway(String name)
const

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

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

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

Constants

values → const List<MPHighway>
A constant List of the values in this enum, in order of their declaration.