Attributes |
Name | Required | Request-time | Type | Description |
animation | no | false | java.lang.String | The animation that the marker should use. Valid values are 'bounce', 'drop', or 'none'. |
binding | no | false | 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. |
disabled | no | false | java.lang.Boolean | Set to true to remove the marker from the map Default = 'false'. |
id | no | false | java.lang.String | The component identifier for this component. This value must be unique within the closest parent component that is a naming container. |
latitude | no | false | java.lang.String | The latitude for the marker. |
longitude | no | false | java.lang.String | The longitude for the marker. |
options | no | false | java.lang.String | Additional options to be sent to the marker. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference#MarkerOptions. Form is attribute:'value'. Default = ' '. |
rendered | no | false | boolean | Return true if this component (and its children) should be rendered during the Render Response phase of the request processing lifecycle. Default = 'true'. |