@DeprecatedSince(2020, 1) abstract fun centerOnWithDefaultZoom(latitude: Double, longitude: Double): Unit
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.
latitude
- Double: Latitude to center map on.
longitude
- Double: Longitude to center map on.