DataType enum Sensor Data Source
Known sense data types.
Values
- acceleration → const DataType
-
Acceleration data.
- activity → const DataType
-
Activity data.
- attitude → const DataType
-
Attitude data.
- battery → const DataType
-
Battery data.
- camera → const DataType
-
Camera data.
- compass → const DataType
-
Compass data.
- magneticField → const DataType
-
Magnetic field data.
- orientation → const DataType
-
Orientation data.
- position → const DataType
-
Position data.
- improvedPosition → const DataType
-
Improved position data.
- rotationRate → const DataType
-
Rotation rate data.
- temperature → const DataType
-
Temperature data.
- notification → const DataType
-
Notification data.
- mountInformation → const DataType
-
Mount information data.
- heartRate → const DataType
-
Heart rate data.
- nmeaChunk → const DataType
-
NMEA chunk data.
- unknown → const DataType
-
Unknown data type.
- gyroscope → const DataType
-
Same as rotationRate.
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