interface OnMapViewPortChanged
A callback interface called when the map view port moves. It is executed each time the user interacts with the map (e.g., the map is panned or zoomed).
onMapViewPortChanged
abstract fun onMapViewPortChanged(focalLatitude: Float, focalLongitude: Float, zoomLevel: Double, perspectiveRatio: Float, yawDegrees: Float): Unit
Called when the map view port moves.