MapPolyline

An open path connecting coordinates in order.
public sealed class MapPolyline(Coordinate[] points) : MapOverlay

Constructors

Initializes a new instance of the MapPolyline class.

public MapPolyline(
  Coordinate[] points)
ParameterSummary
Coordinate pointsThe coordinates the line passes through, in order.

Properties

Points

The coordinates the line passes through, in order.

Type: Coordinate

public Coordinate[] Points { get; set; }