Tag Information
Tag Class org.richfaces.taglib.GmapTag
TagExtraInfo Class None
Body Content JSP
Display Name None
Attributes
Name Required Request-time Type Description
lat false false java.lang.String Initial latitude coordinate in degrees, as a number between -90 and +90
zoom false false java.lang.String Initial zoom level as a number between 1 and 18. The default value is 17
showGLargeMapControl false false java.lang.String Shows the GLarge control. The default value is "true"
gmapKey false false java.lang.String Google Map key. A single Maps API key is valid for a single "directory" on your web server
rendered false false java.lang.String If "false", this component is not rendered
id false false java.lang.String Every component may have a unique id that is automatically created if omitted
showGScaleControl false false java.lang.String It shows the scale control. The default value is "true"
styleClass false false java.lang.String Corresponds to the HTML class attribute
onkeypress false false java.lang.String HTML: a script expression; a key is pressed and released
ondblclick false false java.lang.String HTML: a script expression; a pointer button is double-clicked
oninit false false java.lang.String JavaScript code invoked just after the Google Map object is initiated.
enableDoubleClickZoom false false java.lang.String Enables zooming in by a double click. The default value is "false"
style false false java.lang.String CSS style(s) is/are to be applied when this component is rendered
mapType false false java.lang.String Initial map type. The possible values are G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP. The default value is G_SATELLITE_MAP
onmouseover false false java.lang.String HTML: a script expression; a pointer is moved onto
enableInfoWindow false false java.lang.String Enables Info Window. The default value is "true"
onkeyup false false java.lang.String HTML: a script expression; a key is released
enableContinuousZoom false false java.lang.String Enables continuous smooth zooming for selected browsers. The default value is "false"
warningMessage false false java.lang.String The warning message that appears if a browser is not compatible with Google Map. The default value is "Your browser does not support Google Maps"
onclick false false java.lang.String HTML: a script expression; a pointer button is clicked
gmapVar false false java.lang.String The JavaScript variable that is used to access the Google Map API. If you have more than one Google Map components on the same page, use individual key for each of them. The default variable name is "map" (without quotes)
onmouseout false false java.lang.String HTML: a script expression; a pointer is moved away
onkeydown false false java.lang.String HTML: a script expression; a key is pressed down
onmousedown false false java.lang.String HTML: script expression; a pointer button is pressed down
enableDragging false false java.lang.String Enables a map dragging with the mouse. The default value is "true"
showGMapTypeControl false false java.lang.String Shows the Type switch control. The default value is "true"
onmouseup false false java.lang.String HTML: script expression; a pointer button is released
binding false false java.lang.String The attribute takes a value-binding expression for a component property of a backing bean
lng false false java.lang.String Initial longitude coordinate in degrees, as a number between -180 and +180
onmousemove false false java.lang.String HTML: a script expression; a pointer is moved within