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 SourceToForms(Point)
Convert Mapsui.Geometries.Point to Xamarin.Forms.Maps.Position
Declaration
public static Position ToForms(this Point point)
Parameters
Type | Name | Description |
---|---|---|
Point | point | Point in Mapsui format |
Returns
Type | Description |
---|---|
Position | Position in Xamarin.Forms.Maps format |