ConstructorOptions

Properties

Link copied to clipboard
abstract var autoComplete: Boolean?

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

Link copied to clipboard
abstract var container: 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 var flightDuration: Double?

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

Link copied to clipboard

The geocoder services to be used

Link copied to clipboard
abstract var scene: Scene

The Scene instance to use.