text
stringlengths
0
8.81k
Cartesian3
The unit "direction" vector
up
Cartesian3
The unit "up" vector
exportKmlModelCallback(model, time, externalFiles) → string
engine/Source/DataSources/exportKml.js 1507
Since KML does not support glTF models, this callback is required to specify what URL to use for the model in the KML document.
It can also be used to add additional files to the externalFiles object, which is the list of files embedded in the exported KMZ,
or otherwise returned with the KML string when exporting.
Name
Type
Description
model
ModelGraphics
The ModelGraphics instance for an Entity.
time
JulianDate
The time that any properties should use to get the value.
externalFiles
object
An object that maps a filename to a Blob or a Promise that resolves to a Blob.
Returns:
The URL to use for the href in the KML document.
exportKmlResultKml
engine/Source/DataSources/exportKml.js 225
Properties:
Name
Type
Description
kml
string
The generated KML.