Camera Transform Coordinate
data class CameraTransformCoordinate( val zoom: Double? = null, val tilt: Double? = null, val rotation: Double? = null, val position: MPIMap.MPICoordinate? = null)
Content copied to clipboard
Constructors
Link copied to clipboard
fun CameraTransformCoordinate( zoom: Double? = null, tilt: Double? = null, rotation: Double? = null, position: MPIMap.MPICoordinate? = null)
Content copied to clipboard