Is it possible to place (say 1000) markers (using set of LAT-LONG values) on Static Google map image?
Also, is there some sort of HTTP POST
method to achive this or URL is the only way to go?
Basically, I was looking into Bing maps REST service - Imagery and I found that maximum 100 pushpins (markers) can be placed on to Bing map.
I would like to generate static map with unlimited markers/pushpins. Google or Bing does not matter.
Something like this: http://msdn.microsoft.com/en-us/library/ff701724.aspx#code-snippet-19