An autocompleting text-box for location input
This location input should be used when you need, well, a location input. It will set latitude/longitude pairs in the control that you pass in.
If the selected address does not have a postal code in the address but the location returned from Google does, then the postal code is appended to the end of the address.
Country restrictions override for autocomplete predictions.
Limits the results to the countries if given.
Whether or not to display the detect location button
Include postal code, if present, in the location full address
First validation happens only on blur, and validates on value changes once an error exists
The `type` passed to the GMaps API when doing autocompletion. See https://developers.google.com/places/web-service/autocomplete#place_types
Set to false to prevent additional geocode request to retrieve postcode for partial addresses