Constructor Polyline
Polyline(IEnumerable<MapPoint>)
Initializes a new instance of the Polyline class.
Declaration
public Polyline(IEnumerable<MapPoint> part)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<MapPoint> | part | Points to be used for the first part. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Relevant samples
Add graphics with symbols: Use a symbol style to display a graphic on a graphics overlay.
Create geometries: Create simple geometry types.
Cut geometry: Cut a geometry along a polyline.
Polyline(IEnumerable<MapPoint>, SpatialReference)
Initializes a new instance of the Polyline class.
Declaration
public Polyline(IEnumerable<MapPoint> part, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<MapPoint> | part | Points to be used for the first part. |
SpatialReference | spatialReference | The spatial reference. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Polyline(IEnumerable<IEnumerable<MapPoint>>)
Initializes a new instance of the Polyline class.
Declaration
public Polyline(IEnumerable<IEnumerable<MapPoint>> parts)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<MapPoint>> | parts | The polyline parts. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Polyline(IEnumerable<IEnumerable<MapPoint>>, SpatialReference)
Initializes a new instance of the Polyline class.
Declaration
public Polyline(IEnumerable<IEnumerable<MapPoint>> parts, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<MapPoint>> | parts | The polyline parts. |
SpatialReference | spatialReference | The spatial reference of the polyline. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Polyline(IEnumerable<Segment>)
Initializes a new instance of the Polyline class.
Declaration
public Polyline(IEnumerable<Segment> part)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Segment> | part | Points to be used for the first part. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Polyline(IEnumerable<Segment>, SpatialReference)
Initializes a new instance of the Polyline class.
Declaration
public Polyline(IEnumerable<Segment> part, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<Segment> | part | Points to be used for the first part. |
SpatialReference | spatialReference | The spatial reference. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Polyline(IEnumerable<IEnumerable<Segment>>)
Initializes a new instance of the Polyline class.
Declaration
public Polyline(IEnumerable<IEnumerable<Segment>> parts)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<Segment>> | parts | The Polyline parts. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |
Polyline(IEnumerable<IEnumerable<Segment>>, SpatialReference)
Initializes a new instance of the Polyline class.
Declaration
public Polyline(IEnumerable<IEnumerable<Segment>> parts, SpatialReference spatialReference)
Parameters
Type | Name | Description |
---|---|---|
System.Collections.Generic.IEnumerable<System.Collections.Generic.IEnumerable<Segment>> | parts | The Polyline parts. |
SpatialReference | spatialReference | The spatial reference of the Polyline. |
Applies to
Platforms and versions
Target | Versions |
---|---|
.NET Standard 2.0 | 100.3 - 200.5 |
.NET | 100.13 - 200.5 |
.NET Windows | 100.13 - 200.5 |
.NET Android | 200.2 - 200.5 |
.NET iOS | 200.0 - 200.5 |
.NET Framework | 100.0 - 200.5 |
Xamarin.Android | 100.0 - 100.14 |
Xamarin.iOS | 100.0 - 100.15 |
UWP | 100.0 - 200.5 |