Quick question: I want to pass on GPS data as one single variable, and then using the Auto-location option to have it live-update on the map.
However, what format is recommended for this? Would a format such as 49.5473, -126.4312 (while named ‘gps’) be okay? Does it also matter which data-type is used for this?
Hardware is the Particle Electron 3G. Current way of sending data is as follow:
{“lat”: “%.04f”, “lon”: “%.04f”} , creating two seperate variables