MapPolygon

A closed area bounded by coordinates.
public sealed class MapPolygon(Coordinate[] points) : MapOverlay

Constructors

Initializes a new instance of the MapPolygon class.

public MapPolygon(
  Coordinate[] points)
ParameterSummary
Coordinate pointsThe boundary coordinates, in order.

Properties

Points

The boundary coordinates, in order.

Type: Coordinate

public Coordinate[] Points { get; set; }