Hello!
I'm looking for the best way to store GPS route line for every individual route dispatched from my system.
My database is MariaDB 10.1.
The options I'm thinking of, are:
Note that I want to redraw the route on a Google Map.
Thank you in advance!
I'm looking for the best way to store GPS route line for every individual route dispatched from my system.
My database is MariaDB 10.1.
The options I'm thinking of, are:
- Keeping the coordinates into the tablet device and convert them to polyline, then send the polyline to the server and update the route record with the polyline.
- Keeping the coordinates into the tablet and send them as lat/lng pairs to the server.
Note that I want to redraw the route on a Google Map.
Thank you in advance!