@JsType(isNative=true, namespace="Cesium", name="Geocoder") public class Geocoder extends Object
Modifier and Type | Field and Description |
---|---|
com.google.gwt.dom.client.Element |
container
Gets the parent container.
|
com.google.gwt.dom.client.Element |
searchSuggestionsContainer
Gets the parent container.
|
GeocoderViewModel |
viewModel
Gets the view model.
|
Constructor and Description |
---|
Geocoder(GeocoderOptions options)
Default constructor
|
Modifier and Type | Method and Description |
---|---|
static Geocoder |
create(com.google.gwt.dom.client.Element container,
Scene scene)
Fast create instance of
Geocoder by mandatory params. |
static Geocoder |
create(String container,
Scene scene)
Fast create instance of
Geocoder by mandatory params. |
void |
destroy()
Destroys the widget.
|
boolean |
isDestroyed() |
@JsProperty public com.google.gwt.dom.client.Element container
@JsProperty public com.google.gwt.dom.client.Element searchSuggestionsContainer
@JsProperty public GeocoderViewModel viewModel
@JsConstructor public Geocoder(GeocoderOptions options)
options
- GeocoderOptions
object@JsOverlay public static Geocoder create(com.google.gwt.dom.client.Element container, Scene scene)
Geocoder
by mandatory params.container
- The DOM element that will contain the widget.scene
- The Scene instance to use.Geocoder
instance@JsOverlay public static Geocoder create(String container, Scene scene)
Geocoder
by mandatory params.container
- The ID that will contain the widget.scene
- The Scene instance to use.Geocoder
instance@JsMethod public void destroy()
@JsMethod public boolean isDestroyed()
Copyright © 2019. All rights reserved.