RichFaces ( Legacy URL )
Tag gmap


It presents the google map in JSF applications


Tag Information
Tag Classorg.richfaces.taglib.GmapTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameNone

Attributes
NameRequiredRequest-timeTypeDescription
latfalsefalsejava.lang.StringInitial latitude coordinate in degrees, as a number between -90 and +90
zoomfalsefalsejava.lang.StringInitial zoom level as a number between 1 and 18. The default value is 17
showGLargeMapControlfalsefalsejava.lang.StringShows the GLarge control. The default value is "true"
gmapKeyfalsefalsejava.lang.StringGoogle Map key. A single Maps API key is valid for a single "directory" on your web server
renderedfalsefalsejava.lang.StringIf "false", this component is not rendered
idfalsefalsejava.lang.StringEvery component may have a unique id that is automatically created if omitted
showGScaleControlfalsefalsejava.lang.StringIt shows the scale control. The default value is "true"
styleClassfalsefalsejava.lang.StringCorresponds to the HTML class attribute
onkeypressfalsefalsejava.lang.StringHTML: a script expression; a key is pressed and released
ondblclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is double-clicked
oninitfalsefalsejava.lang.StringJavaScript code invoked just after the Google Map object is initiated.
enableDoubleClickZoomfalsefalsejava.lang.StringEnables zooming in by a double click. The default value is "false"
stylefalsefalsejava.lang.StringCSS style(s) is/are to be applied when this component is rendered
mapTypefalsefalsejava.lang.StringInitial map type. The possible values are G_NORMAL_MAP, G_SATELLITE_MAP, G_HYBRID_MAP. The default value is G_SATELLITE_MAP
onmouseoverfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved onto
enableInfoWindowfalsefalsejava.lang.StringEnables Info Window. The default value is "true"
onkeyupfalsefalsejava.lang.StringHTML: a script expression; a key is released
enableContinuousZoomfalsefalsejava.lang.StringEnables continuous smooth zooming for selected browsers. The default value is "false"
warningMessagefalsefalsejava.lang.StringThe warning message that appears if a browser is not compatible with Google Map. The default value is "Your browser does not support Google Maps"
onclickfalsefalsejava.lang.StringHTML: a script expression; a pointer button is clicked
gmapVarfalsefalsejava.lang.StringThe 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)
onmouseoutfalsefalsejava.lang.StringHTML: a script expression; a pointer is moved away
onkeydownfalsefalsejava.lang.StringHTML: a script expression; a key is pressed down
onmousedownfalsefalsejava.lang.StringHTML: script expression; a pointer button is pressed down
enableDraggingfalsefalsejava.lang.StringEnables a map dragging with the mouse. The default value is "true"
showGMapTypeControlfalsefalsejava.lang.StringShows the Type switch control. The default value is "true"
onmouseupfalsefalsejava.lang.StringHTML: script expression; a pointer button is released
bindingfalsefalsejava.lang.StringThe attribute takes a value-binding expression for a component property of a backing bean
lngfalsefalsejava.lang.StringInitial longitude coordinate in degrees, as a number between -180 and +180
onmousemovefalsefalsejava.lang.StringHTML: a script expression; a pointer is moved within

Variables
No Variables Defined.


Output Generated by Tag Library Documentation Generator. Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-4 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.