@JsFunction
public static interface Cesium.ExportKmlOptions.ModelCallback
Modifier and Type | Method and Description |
---|---|
String |
Callback(ModelGraphics model,
JulianDate time,
JsObject externalFiles)
Since KML does not support glTF models, this callback is required to specify what URL to use for the model in the KML document.
|
String Callback(ModelGraphics model, JulianDate time, JsObject externalFiles)
model
- The ModelGraphics instance for an Entity.time
- The time that any properties should use to get the value.externalFiles
- An object that maps a filename to a Blob or a Promise that resolves to a Blob.Copyright © 2019. All rights reserved.