2
I am creating an app for a pizzeria in which the customer can see the location of the motoboy who will deliver his pizza in real time, but a question arose, I would like to know how to send my location through a web service every 15 seconds without delay, what map should I use in a dashboard to monitor apps?
You can use the
CoreLocation
to capture the location of the phone and send to the server every 15 seconds, in your panel you can use the Google Maps or any other.– Jeferson Assis
Which map version should I use that is not discontinued and how do I update the map without having to reload the whole page again?
– Bruno Richart
You can make a query every 15 seconds in the panel and updating the point on the map, I advise to always use the latest version because it is more complete and has new features (if you need to use them)
– Jeferson Assis
Okay, thank you so much for the tips.
– Bruno Richart
already looked at Signair and Signair for iOS?
– Rafael Gonçalves
I’ll take a look @Rafael Gonçalves, thank you very much friend.
– Bruno Richart