Position class

Inheritance

Constructors

Position.new({required int inMillis})

Properties

barometer Barometer
getter/setter pair
compass Compass
getter/setter pair
gps Gps
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
inMillis int
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
temperature Temperature
getter/setter pair

Methods

getAltitudeByGPSPosition() Stream<double>
getAltitute() Stream<double>
getCurrentDirection() Stream<Direction>
getCurrentHeading() Stream<double>
getCurrentHeadingByGPSPosition() Stream<double>
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startTracking(int inMillis) → dynamic
inherited
stopTracking() → dynamic
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited