ExternalPositionData class Sensor Data Source
External position data
Constructors
- ExternalPositionData({required int timestamp, required double latitude, required double longitude, required double altitude, required double heading, required double speed})
-
ExternalPositionData.fromJson(Map<
String, dynamic> json) -
factory
Properties
- altitude → double
-
Altitude (m)
final
- hashCode → int
-
The hash code for this object.
no setteroverride
- heading → double
-
Heading (degrees east of north)
final
- latitude → double
-
Latitude
final
- longitude → double
-
Longitude
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- speed → double
-
Speed (m/s)
final
- timestamp → int
-
Timestamp in milliseconds
final
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
covariant ExternalPositionData other) → bool -
The equality operator.
override