egeloen / IvoryGoogleMapBundle

Google Map API v3 integration for your Symfony2 project.
https://github.com/egeloen/ivory-google-map
MIT License
217 stars 152 forks source link

(re)loading markers dynamically with AJAX? #140

Closed zangai closed 8 years ago

zangai commented 9 years ago

Hi,

I would like to know if the plugin supports a scenario where I can update the markers of the map based on a filter, and have them being populated, preferable based on a JSON structure?

Id4v commented 9 years ago

:+1: I'd like to know if this is possible too. @zangai did you found a way to do it?

elernonelma commented 9 years ago

We do it manually do it here. You just need to manipulate the google api, by removing old markers / adding new ones.

egeloen commented 8 years ago

Closing as this is out of scope of the library/bunde.