how to redraw markers without redrawing the map? google maps.

Posted by vishwanath on Stack Overflow See other posts from Stack Overflow or by vishwanath
Published on 2010-04-26T11:21:38Z Indexed on 2010/04/26 11:23 UTC
Read the original article Hit count: 238

Filed under:
|
|

I currently have a implementation where some markers coming from JSON list is shown, on a particular area, Now I want to filter these marker depending upon some criteria, I have done the filtering part, and got the filtered list. Now to render this markers on the map again, The current implementation loads the js with a key again, also creates the GMap2 object and draws the list of marker on the newly created map, which is really annoying. I want map to be there and only markers to be added and removed from the map. Any help is appreciated

© Stack Overflow or respective owner

Related posts about google

Related posts about maps