Attributes |
Name | Required | Request-time | Type | Description |
address | no | false | java.lang.String | The backing bean property to store the text value of the address selected by gMapAutocomplete. |
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. |
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. |
latLng | no | false | java.lang.String | The backing bean property to store the lat/lng coordinates of the address selected by gMapAutocomplete. Format: "(0.000000,0.000000)". |
offset | no | false | java.lang.String | Value to shift the map after finding new location, in pixels. (useful for mobile devices) Form is x,y. Default = '0,0'. |
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'. |
size | no | false | java.lang.String | Desired size of the input box. Default = '30'. |
style | no | false | java.lang.String | Styling options to be sent to the autocomplete box. |
types | no | false | java.lang.String | The backing bean property to store the array of types that Google determines match the address selected by gMapAutocomplete. |
url | no | false | java.lang.String | The backing bean property to store the url attributed to the address selected by gMapAutocomplete. Default = 'https://maps.google.com/maps/place'. |
window | no | false | boolean | Determine whether or not to display an Info Window with information on the selected point. Default = 'true'. |
windowOptions | no | false | java.lang.String | Additional options to be sent to the info window displayed. Check google maps API for more specifics at https://developers.google.com/maps/documentation/javascript/reference#AutocompleteOptions. Form is attribute:'value'. Default = 'none'. |