Kml Model
constructor(uri: String, orientation: KmlOrientation = KmlOrientation(heading = 0.0, tilt = 0.0, roll = 0.0), scale: KmlScale = KmlScale(scaleX = 1.0, scaleY = 1.0, scaleZ = 1.0))
Creates a KmlModel from a model file on disk or the network using the specified orientation and scale. This constructor is used when creating a model for use in a track, which will adopt the track's geometry and altitude mode.
Since
200.6.0
Parameters
uri
The URI to the model file on disk or the network.
orientation
The orientation values to apply to the model.
scale
The scale values to apply to the model.