@DeprecatedSince("2020.01") abstract fun centerOnWithDefaultZoom(latitude: Double, longitude: Double): UnitCenter 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.
latitude - Double: Latitude to center the map.
longitude - Double: Longitude to center the map.