#Latitude
Four bytes are consumed, defining the latitude value of location data. The range of the value is
0-162000000, indicating a range of 0°-90°. The conversion method thereof is as follow:
Converting the value of latitude and longitude output by GPS module into a decimal based on minute;
multiplying the converted decimal by 30000; and converting the multiplied result into hexadecimal
Example: 22º32.7658‟=(22X60+32.7658)X30000=40582974, then converted into a hexadecimal
number
40582974(Decimal)= 26B3F3E(Hexadecimal)
at last the value is 0x02 0x6B 0x3F 0x3E.
The question doesn't seem to be related to traccar. It should be in the "other" forum section.
#Latitude
Four bytes are consumed, defining the latitude value of location data. The range of the value is
0-162000000, indicating a range of 0°-90°. The conversion method thereof is as follow:
Converting the value of latitude and longitude output by GPS module into a decimal based on minute;
multiplying the converted decimal by 30000; and converting the multiplied result into hexadecimal
Example: 22º32.7658‟=(22X60+32.7658)X30000=40582974, then converted into a hexadecimal
number
40582974(Decimal)= 26B3F3E(Hexadecimal)
at last the value is 0x02 0x6B 0x3F 0x3E.