GeocoderViewModel

GeocoderViewModel

new

The view model for the Geocoder widget.

Parameters:
Name Type Argument Default Description
description.scene Scene The Scene instance to use.
description.url String <optional>
'//dev.virtualearth.net' The base URL of the Bing Maps API.
description.key String <optional>
The Bing Maps key for your application, which can be created at https://www.bingmapsportal.com/. If this parameter is not provided, BingMapsApi.defaultKey is used. If BingMapsApi.defaultKey is undefined as well, a message is written to the console reminding you that you must create and supply a Bing Maps key as soon as possible. Please do not deploy an application that uses this widget without creating a separate key for your application.
description.ellipsoid Ellipsoid <optional>
Ellipsoid.WGS84 The Scene's primary ellipsoid.
description.flightDuration Number <optional>
1500 The duration of the camera flight to an entered location, in milliseconds.
Source:

Members

:Ellipsoid

Gets the ellipsoid to be viewed.

:Number

Gets or sets the the duration of the camera flight in milliseconds. A value of zero causes the camera to instantly switch to the geocoding location.
Default Value:
  • 1500

:Boolean

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

:String

Gets the Bing maps key.

:Scene

Gets the scene to control.
Gets the Command that is executed when the button is clicked.

:String

Gets or sets the text to search for.

:String

Gets the Bing maps url.