Attributes |
Name | Required | Request-time | Type | Description |
accesskey | no | true | java.lang.String | Access key that, when pressed, transfers focus to this component. |
address | no | true | java.lang.String | Address to locate. |
binding | no | true | javax.el.ValueExpression | Using an EL expression, bind the component reference to a bean property, so that the component may be accessed in the bean. |
id | no | true | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
initialized | no | true | boolean | Specifies whether the map has been initialized or not. Default = 'false'. |
latitude | no | true | java.lang.String | The starting latitude for the map. Will be overridden if an address is provided. Default = '51.06757388616548'. |
locateAddress | no | true | boolean | Whether the map should be locating the specified address. Default is false. Default = 'false'. |
longitude | no | true | java.lang.String | The starting longitude for the map. Will be overridden if an address is provided. Default = '-114.08538937568665'. |
options | no | true | java.lang.String | Additional options to be sent to the map. Check google maps API at https://developers.google.com/maps/documentation/javascript/reference#MapOptions for more specifics. Form is attribute:'value'. |
rendered | no | true | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |
style | no | true | java.lang.String | Styling for the main gMap div. |
styleClass | no | true | java.lang.String | The classname for the main gMap div. |
type | no | true | java.lang.String | Map type to display by default. Possible values are 'HYBRID', 'ROADMAP', 'SATELLITE' and 'TERRAIN', case insensitive. Default = 'ROADMAP'. |
zoomLevel | no | true | java.lang.String | Starting zoom of the map element. Default = '5'. |