Class: SearchGeocoding

SearchGeocoding

Handles the creation and interaction logic for an address search bar component that performs geocoding using auto-suggest and fly-to features.

new SearchGeocoding()

UIMap/UIDisplay/UIButton/SearchGeocoding/index.ts, line 8

Methods

createTooltip(title)

UIMap/UIDisplay/UIButton/SearchGeocoding/index.ts, line 187

Creates tooltip to the button.

Name Type Description
title string

The tooltip text to display when the user hovers over the button, don't use with setTitle

show()

UIMap/UIDisplay/UIButton/SearchGeocoding/index.ts, line 44

Renders the search button and sets up the input logic with debounce. Includes auto-suggestion and result-click behavior.

updateTranslations()

UIMap/UIDisplay/UIButton/SearchGeocoding/index.ts, line 196

Updates the panel UI to reflect the current language.