MapOverlay

A shape drawn onto a MapView beneath its pins.
public abstract class MapOverlay

Properties

FillColor

The fill color, or null for none.

A MapPolyline has no interior, so its fill is ignored.

Type: Color?

public Color? FillColor { get; set; }

LineDash

The dash lengths of the outline, alternating on and off, or null for a solid line.

Type: double?

public double[]? LineDash { get; set; }

StrokeColor

The outline color, or null for none.

Type: Color?

public Color? StrokeColor { get; set; }

StrokeWidth

The outline width in points.

Type: double

public double StrokeWidth { get; set; }