onCameraMove

Called whenever camera position changes. Could be invoked from any thread when map starts rendering.

abstract fun onCameraMove(lat: Double, lon: Double, zoom: Double, pitch: Double, bearing: Double, padding: Array<Double>)