Click here to Skip to main content
15,885,278 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
hi
I use googleMap in my web application
I use javascript for add marker
but the problem is that clients don't access internet
I must use GoogleMapioffline

what can I do ?

could I use cache in hard drive ?????..... it is specified part of Map .
I just wanna use latitue and longitude too add marker in correct place
Posted
Updated 13-Nov-11 22:03pm
v6
Comments
Sergey Alexandrovich Kryukov 14-Nov-11 2:04am    
Off-line?! How's that?
--SA
Mahnoosh_M 14-Nov-11 4:02am    
could I use cache in hard drive ?????..... it is specified part of Map .
I just wanna use latitue and longitude too add marker in correct place

I'm not sure that it's possible or not but I am not able to catch Google map in hard drive, but it will available for Android developer.
But if you want only some part of Google map then you can store any location in your hard disk on the basis of some information given below
Store Name
Add1
Add2
City
Pin code
Latitude
Longitude

At the time of adding new address in database also add the Google map of that location.

For Static Google map API see the below link.

Static Maps API V2 Developer Guide
 
Share this answer
 
v2
 
Share this answer
 

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