The Address component
Users can select an address.
The address form component is a component that looks up adresses using data from an external provider. Currently, we only support the use of OpenStreetMap Nominatim as the provider.
Note: due to restrictions in MATLABs uihtml, it is not possible to connect to the provider when running the app locally.
In addition to the properties listed below, this component inherits properties and methods from the superclass Component
. For example, any Radio component has a label
and hidden
property even though these are not explicitly listed here.
Properties
Name | Description | Datatype | Default |
---|---|---|---|
disableClearIcon | Set to True to hide the clear button. | Boolean | False |
enableManualMode | Set to True to allow manual specification of an address. | Boolean | False |
switchToManualModeLabel | Label for the checkbox that is shown when enableManualMode is True. | String | undefined |