Location Puck3 D
data class LocationPuck3D @JvmOverloads() constructor(modelUri: String, position: List<Float>, modelOpacity: Float, modelScale: List<Float>, modelScaleExpression: String?, modelTranslation: List<Float>, modelRotation: List<Float>) : LocationPuck
Content copied to clipboard
Definition of a location_puck_3_d.
Constructors
LocationPuck3D
Link copied to clipboard
@JvmOverloads()
Content copied to clipboard
Functions
component1
Link copied to clipboard
component2
Link copied to clipboard
component3
Link copied to clipboard
component4
Link copied to clipboard
component5
Link copied to clipboard
component6
Link copied to clipboard
component7
Link copied to clipboard
copy
Link copied to clipboard
fun copy(modelUri: String, position: List<Float> = listOf(0f, 0f), modelOpacity: Float = 1f, modelScale: List<Float> = listOf(1f, 1f, 1f), modelScaleExpression: String? = null, modelTranslation: List<Float> = listOf(0f, 0f, 0f), modelRotation: List<Float> = listOf(0f, 0f, 90f)): LocationPuck3D
Content copied to clipboard
Properties
modelOpacity
Link copied to clipboard
The opacity of the model.
modelRotation
Link copied to clipboard
The rotation of the model.
modelScale
Link copied to clipboard
The scale of the model.
modelScaleExpression
Link copied to clipboard
The scale expression of the model, which will overwrite the default scale expression that keeps the model size constant during zoom.
modelTranslation
Link copied to clipboard
The translation of the model lon, lat, z