| 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 | The backing bean property to store the text value of the address selected by gMapAutocomplete. |
| 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. |
| latLng | no | true | 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 | true | 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 | 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'. |
| size | no | true | java.lang.String | Desired size of the input box. Default = '30'. |
| style | no | true | java.lang.String | Styling options to be sent to the autocomplete box. |
| types | no | true | java.lang.String | The backing bean property to store the array of types that Google determines match the address selected by gMapAutocomplete. |
| url | no | true | 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 | true | boolean | Determine whether or not to display an Info Window with information on the selected point. Default = 'true'. |
| windowOptions | no | true | 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'. |