public void DrawCircle(double x, double y, double pixelRadius, Color color, bool fill = true, short outlineWidth = 1) { _map.DrawWideCircle(x, y, pixelRadius, ColorHelper.ColorToUInt(color), fill, outlineWidth, color.A); }