1
Does anyone know a way to use API
from Google Maps to Desktop without internet connection?
I need to plot some items on the map, but it is not always that the user will have access to the Internet to upload the maps. In mobile this is possible, however, I wonder if you have something for Desktop.
Use C++
together with Qt Creator, with component QWebView
.