Displays a pop-up window that can display either straight text information, or nested html code. If placed within a gMap, it will render at the locations given by its latitude and longitude attributes. If it is placed inside an ace:gMapMarker, it will bind to that marker and move to whatever location it occupies. The content of the window can be specified via the content attribute or by nesting arbitrary components inside of this tag.
See the ICEfaces Showcase Live Demo of this component, complete with source code.
<ace:gMap id="gMap" style="width: 675px; height: 500px" latitude="0" longitude="0" >
<ace:gMapInfoWindow content="${gMapInfoWindowBean.content}" longitude="0" latitude="0" />
</ace:gMap>
TagLib Documentation
This section covers attributes involved in the typical use-cases for this component.
The longitude for the window, will be overridden if the component is the child of a marker.
The latitude for the window, will be overridden if the component is the child of a marker.
The text content to be displayed within the info window.