Customer count map (Google maps?)
- by David Hamilton
I have a two column list consisting of a US zipcode and a count (number of customers in this case). I want to put this data onto a map. Would Google maps API be a good fit for this?
It seems like this would be a common enough type of problem to already have an existing (preferably Java based) solution without having to re-invent the wheel.
Any suggestions?