Problem description:
I have to develop an application using Dynamic Google Map in Spring MVC to show multiple ‘Bubble Markers’ using address/postal code
and I have to show zooming facility for this map, when I click on that Bubble it have to show the corresponding address or postal code.
What I did yet :
I have implemented static Google map to show multiple ‘Bubble markers’ using postal code.
As following code
http://maps.google.com/maps/api/staticmap?center=099419&size=512x512&maptype=roadmap&sensor=false&markers=color:blue|label:S|416416|238843
One more problem with this static way, I can not put many postal code because of fixed length of URL.
so how can I implement this ?
follow this sample of goolge maps and make an array of marker.
Link
Or this:
Link2