new Geocoder(options)
A widget for finding addresses and landmarks, and flying the camera to them. Geocoding is
performed using the Bing Maps Locations API.
Parameters:
Name | Type | Description | ||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
options |
Object | Object with the following properties:
Properties
|
- Source:
Members
container :Element
Gets the parent container.
Type:
- Element
- Source:
viewModel :GeocoderViewModel
Gets the view model.
Type:
- Source:
Methods
destroy()
Destroys the widget. Should be called if permanently
removing the widget from layout.
- Source:
isDestroyed() → {Boolean}
- Source:
Returns:
true if the object has been destroyed, false otherwise.
- Type
- Boolean