setMapCenter
open override fun setMapCenter(longitude: Double, latitude: Double, zoom: Double, tilt: Double, bearing: Double, animated: Boolean, durationMs: Int)
Sets the map's center coordinates and camera state.
Parameters
longitude
The longitude coordinate (WGS84).
latitude
The latitude coordinate (WGS84).
zoom
The zoom level.
tilt
The tilt angle in degrees.
bearing
The bearing (rotation) in degrees.
animated
Whether to animate the camera movement.
durationMs
The duration of the animation in milliseconds.