sdk-maps / com.tomtom.online.sdk.map / MapManipulationExtension / centerOnWithDefaultZoom

centerOnWithDefaultZoom

@DeprecatedSince(2020, 1) abstract fun centerOnWithDefaultZoom(latitude: Double, longitude: Double): Unit
Deprecated: Deprecated in Java

Center map on given latitude and longitude with default zoom level {@value MapConstants#DEFAULT_ZOOM_LEVEL}. Latitude and longitude is set in degrees minutes seconds format.

Parameters

latitude - Double: Latitude to center map on.

longitude - Double: Longitude to center map on.