MapProperties

constructor(    isBuildingEnabled: Boolean = false,     isIndoorEnabled: Boolean = false,     isMyLocationEnabled: Boolean = false,     isTrafficEnabled: Boolean = false,     latLngBoundsForCameraTarget: LatLngBounds? = null,     mapStyleOptions: MapStyleOptions? = null,     mapType: MapType = MapType.NORMAL,     maxZoomPreference: Float = 21.0f,     minZoomPreference: Float = 3.0f)