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

Access generated javascript variables #113

Closed ferdynator closed 10 years ago

ferdynator commented 10 years ago

Hey there,

I need to access the generated map to add a DomListener to solve an issue explained here. Unfortunately the variables generated by this bundle have e.g. this name: _map53b404392e803322163674. Is there a way to access it?

egeloen commented 10 years ago

You have two possibilities:

ferdynator commented 10 years ago

This helped ty!