@JsType(isNative=true, namespace="<global>", name="Object") public class IonGeocoderServiceOptions extends Object
IonGeocoderService
.Modifier and Type | Field and Description |
---|---|
String |
accessToken
The access token to use.
|
Scene |
scene
The scene
|
String |
server
The resource to the Cesium ion API server.
|
Resource |
serverResource
The resource to the Cesium ion API server.
|
Modifier and Type | Method and Description |
---|---|
static IonGeocoderServiceOptions |
create(Scene scene)
Fast create instance of
IonGeocoderServiceOptions by mandatory param Scene |
@JsProperty public Scene scene
@JsProperty public String accessToken
Ion.defaultAccessToken
@JsProperty public String server
Ion.defaultServer
@JsProperty(name="server") public Resource serverResource
Ion.defaultServer
@JsOverlay public static IonGeocoderServiceOptions create(Scene scene)
IonGeocoderServiceOptions
by mandatory param Scenescene
- The sceneIonGeocoderServiceOptions
instance.Copyright © 2019. All rights reserved.