MapPaint getStrokePaint(int zoomLevel) { MapPaint? paint = _strokes[zoomLevel]; paint ??= this._stroke; return paint; }