Search Results for

    Show / Hide Table of Contents

    Class PolylineConverter

    Polyline helper class

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

    Methods

    | Edit this page View Source

    DecodePolyline(string)

    Decode

    Declaration
    public static List<Position>? DecodePolyline(string encodedPolyline)
    Parameters
    Type Name Description
    string encodedPolyline
    Returns
    Type Description
    List<Position>
    • Edit this page
    • View Source
    In this article
    Back to top Generated by DocFX