control : FormControl<LocationInputCustomCoordinate | LocationInputCustomAddress | LocationInputMapLocation>
autocompleteCountries ?: string | string[]
Country restrictions override for autocomplete predictions.
countryRestrictions ?: readonly Country[]
Limits the results to the countries if given.
detectLocation ?: boolean = false
Whether or not to display the detect location button
disabled ?: boolean = false
displayPostalCode ?: boolean = false
Include postal code, if present, in the location full address
dynamicValidation ?: boolean = false
First validation happens only on blur, and validates on value changes once an error exists
inputSize ?: any = InputSize.MID
locationType ?: AutocompleteLocationType = AutocompleteLocationType.ALL
The `type` passed to the GMaps API when doing autocompletion.
See https://developers.google.com/places/web-service/autocomplete#place_types
placeholder ?: string = 'Enter a location'
postalCodeRequired ?: boolean = true
Set to false to prevent additional geocode request to retrieve postcode for partial addresses