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

centerOnWithDefaultZoom

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

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

Parameters

latitude - Double: Latitude to center the map.

longitude - Double: Longitude to center the map.