Constructor MultipointBuilder
MultipointBuilder(SpatialReference)
Initializes a new instance of the Multipoint
Declaration
public MultipointBuilder(SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
Spatial |
spatialReference | The builder's spatial reference. |
Remarks
The spatial reference cannot be changed after instantiation.
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
MultipointBuilder(Multipoint)
Initializes a new instance of the Multipoint
Declaration
public MultipointBuilder(Multipoint multipoint)
Parameters
Type | Name | Description |
---|---|---|
Multipoint | multipoint | A multipoint object. |
Remarks
The Spatial
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.0 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.15 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
MultipointBuilder(IEnumerable<MapPoint>)
Initializes a new instance of the Multipoint
Declaration
public MultipointBuilder(IEnumerable<MapPoint> points)
Parameters
Type | Name | Description |
---|---|---|
System. |
points | Points |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |
MultipointBuilder(IEnumerable<MapPoint>, SpatialReference)
Initializes a new instance of the Multipoint
Declaration
public MultipointBuilder(IEnumerable<MapPoint> points, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
System. |
points | Points |
Spatial |
spatialReference | Spatial reference of the Multipoint |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.6 |
.NET | 100.13 - 200.6 |
.NET Windows | 100.13 - 200.6 |
.NET Android | 200.2 - 200.6 |
.NET iOS | 200.0 - 200.6 |
.NET Framework | 100.0 - 200.6 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.6 |