sdk-maps / com.tomtom.online.sdk.map / TomtomMapCallback / OnMapViewPortChanged

OnMapViewPortChanged

@DeprecatedSince(2020, 6) 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).

Functions

onMapViewPortChanged

abstract fun onMapViewPortChanged(focalLatitude: Float, focalLongitude: Float, zoomLevel: Double, perspectiveRatio: Float, yawDegrees: Float): Unit

Called when the map view port moves.