Click here to Skip to main content
15,914,943 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
hi Does anyone know of a way to make use of Google Maps to offline mode??


I wrote a program that will connect to a GPS location by the browser will show up on Google's online maps. Now I plan to take it offline for two reasons:

1 - no Internet connectivity
2 - Using a special city map
Posted
Comments
F-ES Sitecore 8-Feb-16 8:35am    
To work offline you'd need google's entire code and data running locally. That's like asking "How can I watch Netflix offline?"

If working off line is important you can use an image of a map (would probably have to use base64 encoding in the page source so it works off-line) and plot your points on that via custom code (so you'll know how many pixels each distance re[presents).
Richard Deeming 8-Feb-16 11:16am    
This question is from 2012. :)

You can download the maps using various tools out there...

I've made a quick google search and I've found several of them:

http://www.inigis.org/237/download-google-maps-for-offline-use-with-google-map-saver-gms.html/[^]

http://www.codres.de/google-map-saver[^]

http://www.howtogeek.com/90565/how-to-download-google-maps-for-offline-use/[^]

Good luck!
 
Share this answer
 
Zero samples found
But not run by Visual Studio 2010:

download ( sample ):
http://www.mediafire.com/?m2bl855mbqkt7bb[^]
 
Share this answer
 
Comments
Member 11838956 27-Jul-15 8:06am    
hey anyone have solution of making offline google map. in C# asp.net.
Thank You.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900