I am wondering if there is a way to save or cache a TomTom map into the Web? Also, how do I update the routes for driver who does not have internet?
Tiles are retrieved as a standard http response, which has a corresponding cache related headers that allow to cache on the client browser. So in fact - map is being cached.
Regarding the second question: is this driver using some web app without the internet?
1 Like
What I want to do is allow the app to provide a real time GPS that updates as the driver goes. The thing I don’t know is once the driver loses internet mid drive, the routing won’t get updated.
To make a route recalculation you need internet connection.
1 Like
Ok Thanks for letting me know.