MapConfig

constructor(isNightModeEnabled: Boolean? = null, poiLimit: Int? = null, isFastTapEnabled: Boolean? = null, isRotateGesturesEnabled: Boolean? = null, isTiltGesturesEnabled: Boolean? = null, isScrollGesturesEnabled: Boolean? = null, isZoomGesturesEnabled: Boolean? = null, mapType: MapType? = null, mode: MapMode? = null, mapStyle: String? = null, isHdModeEnabled: Boolean? = null, isIndoorEnabled: Boolean? = null, isAwesomeModelsEnabled: Boolean? = null, isTransparentBackgroundEnabled: Boolean? = null, isBuildingsAboveIndoorEnabled: Boolean? = null, cameraBounds: MapCameraBoundsConfig = MapCameraBoundsConfig(), focusRect: ScreenRect? = null, focusPoint: ScreenPoint? = null, gestureFocusPoint: ScreenPoint? = null, gestureFocusPointMode: GestureFocusPointMode? = null, pointOfView: PointOfView? = null, scaleFactor: Float? = null, use2dMode: Boolean? = null, logo: MapLogoConfig = MapLogoConfig(), fps: Int? = null)