diff --git a/introspection/org.freedesktop.ModemManager1.Modem.Location.xml b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml
index b19283e1..42e2b767 100644
--- a/introspection/org.freedesktop.ModemManager1.Modem.Location.xml
+++ b/introspection/org.freedesktop.ModemManager1.Modem.Location.xml
@@ -175,6 +175,11 @@
The allowed key/value pairs and their formats are:
+ "utc-time"
+
+ (Required) UTC time in ISO 8601 format, given as a string value (signature "s"). e.g. 203015.
+
+
"latitude"
(Required) Latitude in Decimal Degrees (positive numbers mean N quadrasphere, negative mean S quadrasphere), given as a double value (signature "d"). e.g. 38.889722, meaning 38d 53' 22" N.
@@ -190,16 +195,6 @@
(Optional) Altitude above sea level in meters, given as a double value (signature "d"). e.g. 33.5.
- "horizontal-velocity"
-
- (Optional) Horizontal velocity in meters-per-second, given as a double value (signature "d"). e.g. 0.5.
-
-
- "vertical-velocity"
-
- (Optional) Vertical velocity in meters-per-second, given as a double value (signature "d"). e.g. 0.01.
-
-
@@ -229,7 +224,7 @@
If the device then sends a $GPGSA sentence about 5 seconds later, the
$GPGSA sentence is added to the string (since no $GPGSA sentence was
- literalviously received in this session), the updated string would be:
+ obviously received in this session), the updated string would be:
$GPRMC,134526.92,V,,,,,,,030136,,,N*76<CR><LF>$GPGGA,,,,,,0,00,0.5,,M,0.0001999,M,0.0000099,0000*45<CR><LF>$GPGSA,A,1,,,,,,,,,,,,,1.1,0.5,1.0*34