diff options
Diffstat (limited to 'docs/Classes/SDLGPSData.html')
-rw-r--r-- | docs/Classes/SDLGPSData.html | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/docs/Classes/SDLGPSData.html b/docs/Classes/SDLGPSData.html index 7f591c678..8460386af 100644 --- a/docs/Classes/SDLGPSData.html +++ b/docs/Classes/SDLGPSData.html @@ -35,7 +35,7 @@ longitudeDegrees </h3> - <p>@abstract longitude degrees</p> + <p>longitude degrees</p> <p>Required, Float, -180 - 180</p> @@ -56,7 +56,7 @@ latitudeDegrees </h3> - <p>@abstract latitude degrees</p> + <p>latitude degrees</p> <p>Required, Float, -90 - 90</p> @@ -77,7 +77,7 @@ utcYear </h3> - <p>@abstract utc year</p> + <p>utc year</p> <p>Required, Integer, 2010 - 2100</p> @@ -97,7 +97,7 @@ utcMonth </h3> - <p>@abstract utc month</p> + <p>utc month</p> <p>Required, Integer, 1 - 12</p> @@ -117,7 +117,7 @@ utcDay </h3> - <p>@abstract utc day</p> + <p>utc day</p> <p>Required, Integer, 1 - 31</p> @@ -137,7 +137,7 @@ utcHours </h3> - <p>@abstract utc hours</p> + <p>utc hours</p> <p>Required, Integer, 0 - 23</p> @@ -157,7 +157,7 @@ utcMinutes </h3> - <p>@abstract utc minutes</p> + <p>utc minutes</p> <p>Required, Integer, 0 - 59</p> @@ -177,7 +177,7 @@ utcSeconds </h3> - <p>@abstract utc seconds</p> + <p>utc seconds</p> <p>Required, Integer, 0 - 59</p> @@ -216,7 +216,7 @@ pdop </h3> - <p>@abstract The 3D positional dilution of precision.</p> + <p>The 3D positional dilution of precision.</p> <p>@discussion If undefined or unavailable, then value shall be set to 0</p> @@ -238,7 +238,7 @@ hdop </h3> - <p>@abstract The horizontal dilution of precision</p> + <p>The horizontal dilution of precision</p> <p>@discussion If undefined or unavailable, then value shall be set to 0</p> @@ -260,7 +260,7 @@ vdop </h3> - <p>@abstract the vertical dilution of precision</p> + <p>the vertical dilution of precision</p> <p>@discussion If undefined or unavailable, then value shall be set to 0</p> @@ -282,7 +282,7 @@ actual </h3> - <p>@abstract What the coordinates are based on</p> + <p>What the coordinates are based on</p> <p>@discussion YES, if coordinates are based on satellites. NO, if based on dead reckoning.</p> @@ -304,7 +304,7 @@ satellites </h3> - <p>@abstract The number of satellites in view</p> + <p>The number of satellites in view</p> <p>Required, Integer, 0 - 31</p> @@ -344,7 +344,7 @@ altitude </h3> - <p>@abstract altitude in meters</p> + <p>Altitude in meters</p> <p>Required, Float, -10000.0 - 10000.0</p> @@ -364,7 +364,7 @@ heading </h3> - <p>@abstract Heading based on the GPS data.</p> + <p>Heading based on the GPS data.</p> <p>@discussion North is 0, East is 90, etc. Resolution is 0.01</p> @@ -386,7 +386,7 @@ speed </h3> - <p>@abstract speed in KPH</p> + <p>Speed in KPH</p> <p>Required, Float, 0.0 - 500.0</p> |