ConstructorOptions

Properties

Link copied to clipboard
abstract val autoComplete: Boolean?

True if the geocoder should query as the user types to autocomplete Default value - true

Link copied to clipboard
abstract val container: ERROR CLASS: Symbol not found for Element

The DOM element that will contain the widget.

Link copied to clipboard

A callback function that is called after a successful geocode. If not supplied, the default behavior is to fly the camera to the result destination. Default value - GeocoderViewModel.flyToDestination

Link copied to clipboard
abstract val flightDuration: Double?

The duration of the camera flight to an entered location, in seconds. Default value - 1.5

Link copied to clipboard
abstract val geocoderServices: ERROR CLASS: Symbol not found for ReadonlyArray<ERROR CLASS: Symbol not found for GeocoderService>??

The geocoder services to be used

Link copied to clipboard
abstract val scene: ERROR CLASS: Symbol not found for Scene

The Scene instance to use.