Companion

object Companion

Functions

Link copied to clipboard
fun createOrNull(uri: String, geometry: Point, altitudeMode: KmlAltitudeMode, orientation: KmlOrientation = KmlOrientation( heading = 0.0, tilt = 0.0, roll = 0.0 ), scale: KmlScale = KmlScale(scaleX = 1.0, scaleY = 1.0, scaleZ = 1.0)): KmlModel?

Creates a KmlModel from a model file on disk or the network and a com.arcgismaps.geometry.Point using the specified altitude mode, orientation, and scale.