rex_googlemap_infowindow
Introduction
Info window of google map. Each info window is an individual info window instance.
Info window of google map. Each info window is an individual info window instance.
Add a new info window
Follows these steps to add a marker on google map
Follows these steps to add a marker on google map
- Create a new marker instance
- Call "Action:Put on map" to put this info window into map, or call "Action:Put above marker" to put it above a maker.
Set content
Content is set in property "Content", or set by "Action:Set content". It could be a string or a DOM node, like
Content is set in property "Content", or set by "Action:Set content". It could be a string or a DOM node, like
<div style="color: #ff0000;">some red content here</div>
Close window
Info window will be closed while user clicks the "X" bottom t the right top of window. Or call "Action:Close" to close this info window.
Info window will be closed while user clicks the "X" bottom t the right top of window. Or call "Action:Close" to close this info window.
Maximum window width
Maximum window width could be assigned in property "Max width". Set -1 to use default width.
Maximum window width could be assigned in property "Max width". Set -1 to use default width.