Hi there fellow Wapplers,
So what I’m trying to accomplish here is auto show info window of any marker in the google maps component. I did find a tutorial on how to set it up in DMXzone, but it seems to have a different UI in Wappler:
Also this topic was previously opened, but no replies:
I did find the proper div to css style the info window, which would be:
.gm-style .gm-style-iw-c { }
Also I did notice some code in dmxGoogleMaps.js regarding showinfo, but not sure how to enable this by default (this file is hard to read!)
showInfo: function (e) { var t = this.findMarker(e); t && t.info && this.openInfoWindow(t, t.info) }
Does anyone have any ideas on how to auto show the info window?
Thanks!
Community Page
Last updated:
Last updated: