0xD801 (vendor extension property)
Acquire or set the GPS information.
STRING
Current Value formats are as shown below. If null character is set, the already configured GPS information will be deleted.
“latitude
,longitude
altitude
,m@date-time
timezone
,datum
”
Field | Value | Description |
---|---|---|
latitude | “{|-}nn.mmmmmm” | -90.000000 to 90.000000 |
longitude | “{|-}nnn.mmmmmm” | -180.000000 to 180.000000 |
altitude | “{+|-}nnnn.mm” | Unit: meters |
date-time | “YYYYMMDDThhmmss{|.s}” | The set value can include a decimal point but it is not included in the read value |
timezone | “{+|-}hhmm” or “Z” | The only set value is supported. It is not included in the read value |
datum | “WGS84” | Only WGS84 is supported |