setMapRectangle

open fun setMapRectangle(@NonNull() mapRectangle: MapRectangle): CameraState.Builder
open fun setMapRectangle(@NonNull() mapRectangle: MapRectangle, @NonNull() animation: MapAnimation): CameraState.Builder
open fun setMapRectangle(@NonNull() boundingBox: GeoBoundingBox, leftMarginPerc: Float, topMarginPerc: Float, rightMarginPerc: Float, bottomMarginPerc: Float): CameraState.Builder
open fun setMapRectangle(@NonNull() boundingBox: GeoBoundingBox, leftMarginPerc: Float, topMarginPerc: Float, rightMarginPerc: Float, bottomMarginPerc: Float, @NonNull() animation: MapAnimation): CameraState.Builder
open fun setMapRectangle(@NonNull() boundingBox: GeoBoundingBox, leftMarginPx: Int, topMarginPx: Int, rightMarginPx: Int, bottomMarginPx: Int): CameraState.Builder
open fun setMapRectangle(@NonNull() boundingBox: GeoBoundingBox, leftMarginPx: Int, topMarginPx: Int, rightMarginPx: Int, bottomMarginPx: Int, @NonNull() animation: MapAnimation): CameraState.Builder