How to implement Satnav-similar app
Unsolved
Qt for Python
-
I would like to create an app similar to any standard car satnav, only simpler.
The idea is to track the current position and map the trajectory, but also add other locations of interest to the map.I would like to do this in Python, but I couldn't find any viable way of doing it.
There is Folium, which is very simple and intuitive, but I can't dynamically add new items to the map, which would mean redoing everything for each timestep. I doubt this would be ok performance-wise...If there is no way to do it how I intended, what is the next best thing?
Thanks! :)
-
Hi,
Are you thinking about the positioning and location modules ?