From 85066e3a1241a069e9f4ae6dbb74a2fe24abc900 Mon Sep 17 00:00:00 2001 From: dotMorten Date: Thu, 27 Nov 2014 10:03:58 -0800 Subject: [PATCH] Fixed doc --- src/NmeaParser.Shared/Nmea/Gps/Garmin/PGRME.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/NmeaParser.Shared/Nmea/Gps/Garmin/PGRME.cs b/src/NmeaParser.Shared/Nmea/Gps/Garmin/PGRME.cs index 4f7bcf7..899b1d5 100644 --- a/src/NmeaParser.Shared/Nmea/Gps/Garmin/PGRME.cs +++ b/src/NmeaParser.Shared/Nmea/Gps/Garmin/PGRME.cs @@ -50,6 +50,7 @@ namespace NmeaParser.Nmea.Gps.Garmin /// /// Estimated horizontal position error in meters (HPE) /// + /// Range: 0.0 to 999.9 meters public double HorizontalError { get; private set; } /// @@ -60,6 +61,7 @@ namespace NmeaParser.Nmea.Gps.Garmin /// /// Estimated vertical position error in meters (VPE) /// + /// Range: 0.0 to 999.9 meters public double VerticalError { get; private set; } /// @@ -68,8 +70,9 @@ namespace NmeaParser.Nmea.Gps.Garmin public string VerticalErrorUnits { get; private set; } /// - /// Overall spherical equivalent position error + /// Overall spherical equivalent position error (EPE) /// + /// Range: 0.0 to 999.9 meters public double SphericalError { get; private set; } ///