Show / Hide Table of Contents

    Class PolylineConverter

    Polyline helper class

    Inheritance
    System.Object
    PolylineConverter
    Inherited Members
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.ToString()
    Namespace: Mapsui.UI.Forms.Utils
    Assembly: Mapsui.UI.Forms.dll
    Syntax
    public static class PolylineConverter

    Methods

    | Improve this Doc View Source

    DecodePolyline(String)

    Decode

    Declaration
    public static List<Position> DecodePolyline(string encodedPolyline)
    Parameters
    Type Name Description
    System.String encodedPolyline
    Returns
    Type Description
    System.Collections.Generic.List<Position>
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX