SafetyLocationStyle

constructor(    speedCameraLineColor: Int = DEFAULT_SPEED_CAMERA_LINE_COLOR,     speedCameraOutlineColor: Int = DEFAULT_SPEED_CAMERA_OUTLINE_COLOR,     dangerZoneLineColor: Int = DEFAULT_DANGER_ZONE_LINE_COLOR,     dangerZoneOutlineColor: Int = DEFAULT_DANGER_ZONE_OUTLINE_COLOR,     lineWidth: List<WidthByZoom> = DEFAULT_LINE_WIDTHS,     outlineWidth: List<WidthByZoom> = DEFAULT_LINE_OUTLINE_WIDTHS,     markerStyleByCategory: MutableMap<SafetyLocationType, SafetyLocationMarkerStyle> = mutableMapOf(),     areMarkersVisible: Boolean = DEFAULT_MARKER_VISIBILITY)