GeocoderViewModel

The view model for the Geocoder widget.

See also

Constructors

Link copied to clipboard

Types

Link copied to clipboard
object Companion
Link copied to clipboard

Properties

Link copied to clipboard

True if the geocoder should query as the user types to autocomplete

Link copied to clipboard

Gets the event triggered on flight completion.

Link copied to clipboard

Gets and sets the command called when a geocode destination is found

Link copied to clipboard

Gets or sets the the duration of the camera flight in seconds. A value of zero causes the camera to instantly switch to the geocoding location. The duration will be computed based on the distance when undefined.

Link copied to clipboard

Gets a value indicating whether a search is currently in progress. This property is observable.

Link copied to clipboard

Gets or sets a value indicating if this instance should always show its text input field.

Link copied to clipboard

Gets the scene to control.

Link copied to clipboard

Gets the Command that is executed when the button is clicked.

Link copied to clipboard

Gets or sets the text to search for. The text can be an address, or longitude, latitude, and optional height, where longitude and latitude are in degrees and height is in meters.

Link copied to clipboard

Gets the currently selected geocoder search suggestion

Link copied to clipboard

Gets the list of geocoder search suggestions

Functions

Link copied to clipboard
fun destroy()

Destroys the widget. Should be called if permanently removing the widget from layout.

Link copied to clipboard