copy

fun copy(    isBuildingEnabled: Boolean = this.isBuildingEnabled,     isIndoorEnabled: Boolean = this.isIndoorEnabled,     isMyLocationEnabled: Boolean = this.isMyLocationEnabled,     isTrafficEnabled: Boolean = this.isTrafficEnabled,     latLngBoundsForCameraTarget: LatLngBounds? = this.latLngBoundsForCameraTarget,     mapStyleOptions: MapStyleOptions? = this.mapStyleOptions,     mapType: MapType = this.mapType,     maxZoomPreference: Float = this.maxZoomPreference,     minZoomPreference: Float = this.minZoomPreference): MapProperties