Show / Hide Table of Contents

    Class PositionExtensions

    Inheritance
    System.Object
    PositionExtensions
    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.Extensions
    Assembly: Mapsui.UI.Forms.dll
    Syntax
    public static class PositionExtensions

    Methods

    | Improve this Doc View Source

    ToForms(Geometries.Point)

    Convert Mapsui.Geometries.Point to Xamarin.Forms.Maps.Position

    Declaration
    public static Position ToForms(this Geometries.Point point)
    Parameters
    Type Name Description
    Geometries.Point point

    Point in Mapsui format

    Returns
    Type Description
    Position

    Position in Xamarin.Forms.Maps format

    • Improve this Doc
    • View Source
    Back to top Generated by DocFX