Constructor Multipoint
Multipoint(IEnumerable<MapPoint>)
Initializes a new instance of the Multipoint class.
Declaration
public Multipoint(IEnumerable<MapPoint> points)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<MapPoint> | points | The coordinates. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |
Multipoint(IEnumerable<MapPoint>, SpatialReference)
Initializes a new instance of the Multipoint class.
Declaration
public Multipoint(IEnumerable<MapPoint> points, SpatialReference spatialReference)
Parameters
| Type | Name | Description |
|---|---|---|
| IEnumerable<MapPoint> | points | The coordinates. |
| SpatialReference | spatialReference | The spatial reference. |
Applies to
Platforms and versions
| Target | Versions |
|---|---|
| UWP | 100.15 |