Attributes |
Name | Required | Request-time | Type | Description |
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. |
div | no | true | java.lang.String | Id of the div element to fill with the results, such as text directions, etc. Set to null or 'none' to clear. Default = 'none'. |
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. |
name | no | true | java.lang.String | The name of the service type you want to create. Valid entries are: 'Directions', 'Elevation', 'MaxZoom', and 'Distance' (Case insensitive). |
options | no | true | java.lang.String | Additional options to be sent to the service. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference. Format is "attribute:'value', attribute:'value'". Default = 'travelMode:'DRIVING''. |
points | no | true | java.lang.String | The points that the service is applied to. Format is (lat,long) or, for Directions and Distance only, a standard address. Separate points with ':'. |
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'. |