This is a simple 'how-to' question. I have users in my database with their country name. I want get this country information of all the users and show it on a JavaScript Map as 'Pins' of data points. Like, for example, if I have users from Brazil, there will be a Pin on Brazil, etc. What is the best method to do this, since I'm only looking at countries? I just saw this http://code.google.com/apis/maps/documentation/geocoding/ but I'm not sure it is the answer. Displaying a tooltip with total number of users within that country, onhover, would be a big plus.
|
feedback
|
|
A sample script to create the pins on the map is as below:
| |||||||||||
feedback
|