Google Map - caf_h:gmap

Component Information 
InfoValue
Component Typecom.webmethods.caf.faces.gmap.GMap
Handler ClassNone
Renderer Typecom.webmethods.caf.faces.gmap.GMap
Description Interactive Google Map
Palette LocationCAF Html/Control/Map/Google Map
Client-Side ModelCAF.GMap.Model
Attributes 
NameRequiredTypeDescription
ContinuousZoomfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
True to enable continuous smooth zooming

If not specified, the default value is "false".

dirfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the directionality of the flow of the content for the current element

Valid values are:

  • LTR
  • RTL
DoubleClickZoomfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
True to enable user to zoom in/out by double-clicking map

If not specified, the default value is "false".

Draggingfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
True to enable user to re-center map by dragging it

If not specified, the default value is "true".

heighttruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Control height in pixels (500) or percent (50%)
idfalsejava.lang.String Control identifier
InfoWindowfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
True to enable info (bubble) window

If not specified, the default value is "true".

initialAddressfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Initial center of map if latitude=0 and longitude=0 (for example, "600 108th Ave NE, Bellevue, WA 98004")
initialCountryfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Two-letter country code (ISO 3166) hint for initial address (for example, "US")
keytruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Google Maps API Key (see http://www.google.com/apis/maps/signup.html)
langfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Specifies the language of the enclosed content
latitudefalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
Latitude of map center in degrees (for example, 37.0625)
longitudefalsejavax.el.ValueExpression
(must evaluate to java.lang.Double)
Longitude of map center in degrees (for example, -95.677068)
renderedfalsejavax.el.ValueExpression
(must evaluate to boolean)
True to render control; false to ignore it

If not specified, the default value is "true".

ScrollWheelZoomfalsejavax.el.ValueExpression
(must evaluate to java.lang.Boolean)
True to enable user to zoom map via the mouse scroll wheel

If not specified, the default value is "false".

stylefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "style" attribute value
styleClassfalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "class" attribute value

Valid values are:

  • portlet-font
  • portlet-font-dim
  • portlet-msg-status
  • portlet-msg-info
  • portlet-msg-error
  • portlet-msg-alert
  • portlet-msg-success
  • portlet-section-header
  • portlet-section-body
  • portlet-section-alternate
  • portlet-section-selected
  • portlet-section-subheader
  • portlet-section-footer
  • portlet-section-text
  • portlet-form-label
  • portlet-form-input-field
  • portlet-form-button
  • portlet-icon-label
  • portlet-dlg-icon-label
  • portlet-form-field-label
  • portlet-form-field
  • portlet-menu
  • portlet-menu-item
  • portlet-menu-item-selected
  • portlet-menu-item-hover
  • portlet-menu-item-hover-selected
  • portlet-menu-cascade-item
  • portlet-menu-cascade-item-selected
  • portlet-menu-description
  • portlet-menu-caption
  • [any_other_value]
titlefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
HTML "title" attribute value (often displayed as a tooltip)
typefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Map type

If not specified, the default value is "G_NORMAL_MAP".

Valid values are:

  • [any_other_value]
  • G_NORMAL_MAP
  • G_SATELLITE_MAP
  • G_HYBRID_MAP
widthtruejavax.el.ValueExpression
(must evaluate to java.lang.String)
Control width in pixels (500) or percent (50%)
zoomfalsejavax.el.ValueExpression
(must evaluate to java.lang.Integer)
Zoom level from 1 (whole world) to about 20 (city block); 0 signals zoom-to-fit markers

Valid values are:

  • [any_other_value]
  • 0
  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20

Output generated by Vdldoc View Declaration Language Documentation Generator.