Search Results for

    Show / Hide Table of Contents

    Class Polyline

    Inheritance
    object
    Drawable
    Polyline
    Implements
    IFeatureProvider
    INotifyPropertyChanged
    Inherited Members
    Drawable.Label
    Drawable.StrokeWidth
    Drawable.StrokeColor
    Drawable.MinVisible
    Drawable.MaxVisible
    Drawable.ZIndex
    Drawable.IsClickable
    Drawable.Tag
    Drawable.Feature
    Drawable.Clicked
    Drawable.PropertyChanged
    Drawable.SetField<T>(ref T, T, string)
    object.Equals(object)
    object.Equals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    object.ReferenceEquals(object, object)
    object.ToString()
    Namespace: Mapsui.UI.Forms
    Assembly: Mapsui.UI.Forms.dll
    Syntax
    public class Polyline : Drawable, IFeatureProvider, INotifyPropertyChanged

    Constructors

    | Edit this page View Source

    Polyline()

    Initializes a new instance of the Polyline class.

    Declaration
    public Polyline()
    | Edit this page View Source

    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 Source

    Positions

    Positions of line

    Declaration
    public IList<Position> Positions { get; }
    Property Value
    Type Description
    IList<Position>

    Methods

    | Edit this page View Source

    OnPropertyChanged(string?)

    Declaration
    protected override void OnPropertyChanged(string? propertyName = null)
    Parameters
    Type Name Description
    string propertyName
    Overrides
    Drawable.OnPropertyChanged(string?)

    Implements

    IFeatureProvider
    INotifyPropertyChanged
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX