RecordingTransportMode enum Sensor Data Source
Enumeration representing different modes of transportation.
Values
- unknown → const RecordingTransportMode
- 
  Unknown transport mode, used when the mode is not specified or recognized. 
- car → const RecordingTransportMode
- 
  Transport mode for cars. 
- truck → const RecordingTransportMode
- 
  Transport mode for trucks. 
- pedestrian → const RecordingTransportMode
- 
  Transport mode for pedestrians, representing walking. 
- hike → const RecordingTransportMode
- 
  Transport mode for pedestrians, representing hiking. 
- bike → const RecordingTransportMode
- 
  Transport mode for bicycles in general. 
- roadBike → const RecordingTransportMode
- 
  Transport mode for road bikes, typically used on paved roads. 
- crossBike → const RecordingTransportMode
- 
  Transport mode for cross bikes, used on mixed terrain. 
- cityBike → const RecordingTransportMode
- 
  Transport mode for city bikes, designed for urban commuting. 
- mountainBike → const RecordingTransportMode
- 
  Transport mode for mountain bikes, used on rough, off-road terrain. 
Properties
- hashCode → int
- 
  The hash code for this object.
  no setterinherited
- index → int
- 
  A numeric identifier for the enumerated value.
  no setterinherited
- name → String
- 
      Available on Enum, provided by the EnumName extension The name of the enum value.no setter
- 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
- 
  toString() → String 
- 
  A string representation of this object.
  inherited
Operators
- 
  operator ==(Object other) → bool 
- 
  The equality operator.
  inherited
Constants
- 
    values
  → const List<RecordingTransportMode> 
- A constant List of the values in this enum, in order of their declaration.