Note: For more control information, refer to the CAF control documentation in the webMethods CAF Development Help.
Interactive Google MapInfo | Value |
---|---|
Component Type | com.webmethods.caf.faces.gmap.GMap |
Handler Class | None |
Renderer Type | com.webmethods.caf.faces.gmap.GMap |
Description | Interactive Google Map |
Name | Required | Type | Description |
---|---|---|---|
id | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control identifier |
rendered | false | javax.el.ValueExpression
(must evaluate to boolean )
| True to render control; false to ignore it |
style | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "style" attribute value |
styleClass | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "class" attribute value |
title | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| HTML "title" attribute value (often displayed as a tooltip) |
dir | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the directionality of the flow of the content for the current element |
lang | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Specifies the language of the enclosed content |
key | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Google Maps API Key (see http://www.google.com/apis/maps/signup.html) |
height | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control height in pixels (500) or percent (50%) |
width | true | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Control width in pixels (500) or percent (50%) |
latitude | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| Latitude of map center in degrees (for example, 37.0625) |
longitude | false | javax.el.ValueExpression
(must evaluate to java.lang.Double )
| Longitude of map center in degrees (for example, -95.677068) |
zoom | false | javax.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 |
type | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Map type |
initialAddress | false | javax.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") |
initialCountry | false | javax.el.ValueExpression
(must evaluate to java.lang.String )
| Two-letter country code (ISO 3166) hint for initial address (for example, "US") |
ContinuousZoom | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| True to enable continuous smooth zooming |
Dragging | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| True to enable user to re-center map by dragging it |
DoubleClickZoom | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| True to enable user to zoom in/out by double-clicking map |
InfoWindow | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| True to enable info (bubble) window |
ScrollWheelZoom | false | javax.el.ValueExpression
(must evaluate to java.lang.Boolean )
| True to enable user to zoom map via the mouse scroll wheel |
Output generated by Vdldoc View Declaration Language Documentation Generator.