Click here to Skip to main content
15,894,142 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to show multiple locations on a single Google map, but when I get a list of multiple locations from a database, I don't know how to generate multiple locations.

I am trying to do this in ASP.NET, and any guidance you can give me on how to do this will be much appreciated.
Posted
Updated 19-Nov-12 23:52pm
v2

1 solution

If your website is FREE to consumers, then you can use the FREE API, if you charge users of the site, you must use the PAID API.

http://maps.google.com/help/maps/getmaps/advanced-options.html[^]

The documentation you require would be here https://developers.google.com/maps/[^]
 
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