Click here to Skip to main content
15,886,137 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
hi is anybody have idea about data uploading to Google Map or to Google map engine dynamically?? the req. is like reading multiple text addresses from a csv or xlsx and create placemarks on maps engine/ map (not Google earth) dynamically. (ie. I click on a button, it creates a csv/ xlsx or kml file with addresses and popups google maps on a browser with that locations marked). Thanks in advance
Posted
Updated 19-Jan-14 19:57pm
v5
Comments
ZurdoDev 18-Jan-14 20:51pm    
Google does so I would suggest reading through their api.
BulletVictim 20-Jan-14 3:05am    
Have a look here
http://stackoverflow.com/questions/3059044/google-maps-js-api-v3-simple-multiple-marker-example
seems to be the same as what you are looking for

1 solution

yes, the problem is similar to that; in this example lat/ lng are given inside <script></script>;
but in my case a csv file having only physical addresses and trying to pass that file to maps engine to read and process.

more specifically, the FORMAT of a query-string which calls the maps engine with the csv file info.

Thanks
 
Share this answer
 
v2

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