I have a map with about 50 markers, I am loading the markers from kml with jQuery. I want to create a menu to quickly search for markers based on city.
For instance:
Kentucky
shop1
shop2
Los Angeles
shop1
New York
shop1
shop2
shop3
I my code I can access an array with all the markers.
Is it possible to do batch reverse geocoding or something? Or do I have to put the cities in my kml file so I can read that with jQuery?