Class Polyline
Inherited Members
Namespace: Mapsui.UI.Maui
Assembly: Mapsui.UI.Maui.dll
Syntax
public class Polyline : Drawable, IFeatureProvider, INotifyPropertyChanged
Constructors
| Edit this page View SourcePolyline()
Initializes a new instance of the Polyline class.
Declaration
public Polyline()
Polyline(string)
Initializes a new instance of the Polyline class from encoded string as described here https://developers.google.com/maps/documentation/utilities/polylinealgorithm
Declaration
public Polyline(string encodedPolyline)
Parameters
Type | Name | Description |
---|---|---|
string | encodedPolyline | Encoded polyline |
Properties
| Edit this page View SourcePositions
Positions of line
Declaration
public IList<Position> Positions { get; }
Property Value
Type | Description |
---|---|
IList<Position> |
Methods
| Edit this page View SourceOnPropertyChanged(string?)
Declaration
protected override void OnPropertyChanged(string? propertyName = null)
Parameters
Type | Name | Description |
---|---|---|
string | propertyName |