doublesecretagency / craft-googlemaps

Google Maps plugin for Craft CMS - Maps in minutes. Powered by the Google Maps API.
https://plugins.doublesecretagency.com/google-maps/
Other
10 stars 9 forks source link

Native method for "Opening Info Windows" #10

Closed lindseydiloreto closed 3 years ago

lindseydiloreto commented 3 years ago

With the new Google Maps plugin, it's now even easier to trigger info windows from outside of the map...

It would be even better if the plugin contained a native method for opening info windows. Something like this...

// Open the specified info window
map.openInfoWindow(markerId);
lindseydiloreto commented 3 years ago

This is done. A universal method to openInfoWindow has been added, and will be released with v4.0.11.

The guide linked to in my previous comment has been updated accordingly.