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: unknown class>

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: unknown class><<Error class: unknown class>>?

The geocoder services to be used

Link copied to clipboard
abstract val scene: <Error class: unknown class>

The Scene instance to use.