NmeaLocation class final
An NMEA location object.
Contains information about parsed NMEA location.
- Inheritance
-
- Object
- ArcGISLocation
- NmeaLocation
Properties
- accuracyType → NmeaAccuracyType
-
The accuracy type of the location.
no setter
-
additionalSourceProperties
→ Map<
String, dynamic> -
A set of key-value pairs providing additional meta-data and properties
about the source of this ArcGISLocation.
no setterinherited
- course → double
-
The course of the location in degrees clockwise, 0 being true North.
no setterinherited
- dgpsAge → double
-
The DGPS age of the location in seconds.
no setter
- fixType → NmeaFixType
-
The fix type of the location.
no setter
- geoidalSeparation → double
-
The geoidal separation in meters.
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- hdop → double
-
The HDOP (horizontal dilution of precision) of the location, 0.5 through
99.9.
no setter
- heightAboveGeoid → double
-
The height above the geoid surface in meters.
no setter
- horizontalAccuracy → double
-
The horizontal accuracy of the location in meters.
no setterinherited
- lastKnown → bool
-
Indicates whether this is an outdated device position retrieved and cached
earlier and therefore not guaranteed to represent the current location.
no setterinherited
- latitudeError → double
-
Standard deviation of latitude error in meters, or NaN if not available.
no setter
- longitudeError → double
-
Standard deviation of longitude error in meters, or NaN if not available.
no setter
- magneticVariation → double
-
Magnetic variation in degrees, or NaN if not available.
no setter
- pdop → double
-
The PDOP (positional dilution of precision) of the location 0.5 through
99.9.
no setter
- position → ArcGISPoint
-
The position of the location.
no setterinherited
- receivedPosition → ArcGISPoint
-
The position originally returned by the receiver.
no setter
- referenceStationId → int
-
The reference station ID of the location.
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
-
satellites
→ List<
NmeaSatelliteInfo> -
The satellites info of the location.
no setter
- speed → double
-
The speed of the location in meters per second.
no setterinherited
- timestamp → DateTime?
-
The timestamp of the location.
no setterinherited
- vdop → double
-
The VDOP (vertical dilution of precision) of the location, 0.5 through
99.9.
no setter
- verticalAccuracy → double
-
The vertical accuracy of the location in meters.
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