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

NameDescriptionDatatypeDefault
disableClearIconSet to True to hide the clear button.BooleanFalse
enableManualModeSet to True to allow manual specification of an address.BooleanFalse
switchToManualModeLabelLabel for the checkbox that is shown when enableManualMode is True.Stringundefined