I am attempting to use the google visualization library – intensity map. I have a list of states and the number of users in each state. I can only get the world map to show, I want to highlight the us states and only show us map.
http://code.google.com/apis/visualization/documentation/gallery/geomap.html
Does anyone have a good example, tutorial or instructions on how to do this?
This turned out to be very easy. Just need to figure out the region name ‘usa’.
Hope this helps, let me know if it works for you. This is not the full code snippet but should be enough to get the idea. Let me know if you need more specifics.