Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Local version of Google Maps API

Do you guys know if there is a version of the Google Maps API for C++ which works using local maps rather than having to connect to a Google server?

The application is the plotting of GPS positions in an area with no internet coverage.

Thanks in advance.

like image 200
JonaGik Avatar asked May 29 '26 23:05

JonaGik


1 Answers

As an alternative for Google Maps, you might want to have a look at OpenStreetMap. (See also the usage and software sections on Wikipedia)

like image 125
Bart Avatar answered Jun 01 '26 14:06

Bart