GpsFix class abstract

GPS Fix class

Report of a GPS fix.

Inheritance
Implemented types

Constructors

GpsFix([void updates(GpsFixBuilder b)?])
factory

Properties

abbrev String
no setteroverride
cog double
Course Over Ground (true).
no setter
dst int
no setterinherited
dstEnt int
no setterinherited
hacc double
Horizontal Accuracy Estimate.
no setter
hashCode int
The hash code for this object.
no setterinherited
hdop double
Horizontal dilution of precision.
no setter
height double
Height above WGS-84 ellipsoid.
no setter
lat double
WGS-84 Latitude coordinate.
no setter
lon double
WGS-84 Longitude coordinate.
no setter
msgId int
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
satellites int
Number of satellites used by the GPS device to compute the solution.
no setter
sog double
Speed Over Ground.
no setter
src int
no setterinherited
srcEnt int
no setterinherited
sync int
no setterinherited
timestamp DateTime?
no setterinherited
type GpsFixEnumType
Type of fix.
no setter
utcDay int
UTC day.
no setter
utcMonth int
UTC month.
no setter
utcTime double
UTC time of the GPS fix measured in seconds since 00:00:00 (midnight).
no setter
utcYear int
UTC year.
no setter
vacc double
Vertical Accuracy Estimate.
no setter
validity GpsFixBitfieldValidity
Validity of fields.
no setter
vdop double
Vertical dilution of precision.
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
rebuild(dynamic updates(GpsFixBuilder)) GpsFix
Rebuilds the instance.
inherited
toBuilder() GpsFixBuilder
Converts the instance to a builder B.
inherited
toJson([bool includeHeader = true]) Map<String, dynamic>
To JSON object
override
toString() String
A string representation of this object.
inherited

Operators

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

Constants

staticId → const int