Hi @acmdesigns,
Thank you for getting in touch, my apologies for the trouble experienced.
During recent updates, we worked on the overall core code structures to improve the features available to developers.
The preferred method of opening an info-window by it’s marker ID can be seen below:
WPGMZA.getMapByID(1).getMarkerByID(1).openInfoWindow();
Where the 1 within the getMapByID() method would be the map ID and the 1 within the getMarkerByID() would be the marker ID.
From there you have access to the marker instance and call the openInfoWindow() method to open the info-window accordingly.
I hope this helps?
-
This reply was modified 5 years, 2 months ago by
DylanAuty.
Thanks. This was exactly what I needed and it works beautifully. Is there any documentation for this or other development-related help on the site?
Hi @acmdesigns,
Fantastic news, so glad to hear that helped!
Unfortunately, we don’t have developer-oriented documentation at this stage, but it is something we are working on for the future, as the architecture improves!
With that said, you are welcome to reach out to us at any stage if you do have other development questions, happy to help! 🙂