ui/gazetteer
Module to export the gazetteer UI element functions used in mapp.
- Source
Requires
Methods
(inner) gazetteer(gazetteer) → {Object}
Parameters:
Properties| Name | Type | Description |
|---|---|---|
gazetteer | Object | The gazetteer configuration object. |
| Name | Type | Attributes | Description |
|---|---|---|---|
gazetteer.target | HTMLElement | The target element to append the gazetteer to. | |
gazetteer.placeholder | string | The placeholder text for the search input. | |
gazetteer.provider | string | <optional> | The external gazetteer provider to use for searching. |
- Source
Returns:
The gazetteer object.
- Type:
- Object