Modifier and Type | Field and Description |
---|---|
boolean |
autoComplete
True if the geocoder should query as the user types to autocomplete
Default: true
|
String |
container
The ID that will contain the widget.
|
com.google.gwt.dom.client.Element |
conteinerElement
The DOM element that will contain the widget.
|
double |
flightDuration
The duration of the camera flight to an entered location, in seconds.
|
GeocoderService[] |
geocoderServices
The geocoder services to be used
|
Scene |
scene
The Scene instance to use.
|
Modifier and Type | Method and Description |
---|---|
static GeocoderOptions |
create(com.google.gwt.dom.client.Element container,
Scene scene)
Fast create instance of
GeocoderOptions by mandatory params |
static GeocoderOptions |
create(String container,
Scene scene)
Fast create instance of
GeocoderOptions by mandatory params |
@JsProperty public String container
@JsProperty public com.google.gwt.dom.client.Element conteinerElement
@JsProperty public Scene scene
@JsProperty public GeocoderService[] geocoderServices
@JsProperty public boolean autoComplete
@JsProperty public double flightDuration
@JsOverlay public static GeocoderOptions create(String container, Scene scene)
GeocoderOptions
by mandatory paramscontainer
- The ID that will contain the widget.scene
- The Scene instance to use.GeocoderOptions
instance@JsOverlay public static GeocoderOptions create(com.google.gwt.dom.client.Element container, Scene scene)
GeocoderOptions
by mandatory paramscontainer
- The DOM element that will contain the widget.scene
- The Scene instance to use.GeocoderOptions
instanceCopyright © 2019. All rights reserved.