Always display (Display on load) info window
-
Hi,
It is just a small hack.
In the google-maps-builder.min.js
After the line
location_marker.setVisible(!0),
add the following lines,
info_window.setContent('<div id="infobubble-content" class="loading"></div>'), set_info_window_content(marker_data, info_window), info_window.open(map, location_marker),
I hope it helps someone,
- The topic ‘Always display (Display on load) info window’ is closed to new replies.