Kml Model
Constructors
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.
Inherited properties
The KML altitude mode.
The com.arcgismaps.geometry.Geometry contained within the KML geometry. If there is no contained geometry (e.g. reading a KmlModel with a missing location tag, or an empty KmlMultiGeometry), this property will return an empty point.
A flag indicating if the KML geometry is extruded. Extrusion is ignored when the altitude mode is set to KmlAltitudeMode.ClampToGround, or when the geometry is a KmlModel.
A flag indicating if the KML geometry is tessellated. In order for tessellated geometry to follow the terrain, KmlGeometry.altitudeMode must be KmlAltitudeMode.ClampToGround. Polyline, polygon and track geometries can be tessellated.
The KML geometry type.