|
398 | 398 | <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void GetLocationFromOffset(valuetype Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point offset, [out] class Windows.Devices.Geolocation.Geopoint& location) cil managed" />
|
399 | 399 | <MemberSignature Language="DocId" Value="M:Microsoft.Toolkit.Forms.UI.Controls.MapControl.GetLocationFromOffset(Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point,Windows.Devices.Geolocation.Geopoint@)" />
|
400 | 400 | <MemberSignature Language="VB.NET" Value="Public Sub GetLocationFromOffset (offset As Point, ByRef location As Geopoint)" />
|
401 |
| - <MemberSignature Language="F#" Value="member this.GetLocationFromOffset : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point * -> unit" Usage="mapControl.GetLocationFromOffset (offset, location)" /> |
| 401 | + <MemberSignature Language="F#" Value="member this.GetLocationFromOffset : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point * Geopoint -> unit" Usage="mapControl.GetLocationFromOffset (offset, location)" /> |
402 | 402 | <MemberType>Method</MemberType>
|
403 | 403 | <AssemblyInfo>
|
404 | 404 | <AssemblyName>Microsoft.Toolkit.Forms.UI.Controls</AssemblyName>
|
|
426 | 426 | <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void GetLocationFromOffset(valuetype Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point offset, valuetype Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.AltitudeReferenceSystem desiredReferenceSystem, [out] class Windows.Devices.Geolocation.Geopoint& location) cil managed" />
|
427 | 427 | <MemberSignature Language="DocId" Value="M:Microsoft.Toolkit.Forms.UI.Controls.MapControl.GetLocationFromOffset(Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point,Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.AltitudeReferenceSystem,Windows.Devices.Geolocation.Geopoint@)" />
|
428 | 428 | <MemberSignature Language="VB.NET" Value="Public Sub GetLocationFromOffset (offset As Point, desiredReferenceSystem As AltitudeReferenceSystem, ByRef location As Geopoint)" />
|
429 |
| - <MemberSignature Language="F#" Value="member this.GetLocationFromOffset : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point * Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.AltitudeReferenceSystem * -> unit" Usage="mapControl.GetLocationFromOffset (offset, desiredReferenceSystem, location)" /> |
| 429 | + <MemberSignature Language="F#" Value="member this.GetLocationFromOffset : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point * Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.AltitudeReferenceSystem * Geopoint -> unit" Usage="mapControl.GetLocationFromOffset (offset, desiredReferenceSystem, location)" /> |
430 | 430 | <MemberType>Method</MemberType>
|
431 | 431 | <AssemblyInfo>
|
432 | 432 | <AssemblyName>Microsoft.Toolkit.Forms.UI.Controls</AssemblyName>
|
|
456 | 456 | <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void GetOffsetFromLocation(class Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint location, [out] valuetype Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point& offset) cil managed" />
|
457 | 457 | <MemberSignature Language="DocId" Value="M:Microsoft.Toolkit.Forms.UI.Controls.MapControl.GetOffsetFromLocation(Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint,Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point@)" />
|
458 | 458 | <MemberSignature Language="VB.NET" Value="Public Sub GetOffsetFromLocation (location As Geopoint, ByRef offset As Point)" />
|
459 |
| - <MemberSignature Language="F#" Value="member this.GetOffsetFromLocation : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint * -> unit" Usage="mapControl.GetOffsetFromLocation (location, offset)" /> |
| 459 | + <MemberSignature Language="F#" Value="member this.GetOffsetFromLocation : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint * Point -> unit" Usage="mapControl.GetOffsetFromLocation (location, offset)" /> |
460 | 460 | <MemberType>Method</MemberType>
|
461 | 461 | <AssemblyInfo>
|
462 | 462 | <AssemblyName>Microsoft.Toolkit.Forms.UI.Controls</AssemblyName>
|
|
590 | 590 | <MemberSignature Language="ILAsm" Value=".method public hidebysig instance void IsLocationInView(class Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint location, [out] bool& isInView) cil managed" />
|
591 | 591 | <MemberSignature Language="DocId" Value="M:Microsoft.Toolkit.Forms.UI.Controls.MapControl.IsLocationInView(Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint,System.Boolean@)" />
|
592 | 592 | <MemberSignature Language="VB.NET" Value="Public Sub IsLocationInView (location As Geopoint, ByRef isInView As Boolean)" />
|
593 |
| - <MemberSignature Language="F#" Value="member this.IsLocationInView : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint * -> unit" Usage="mapControl.IsLocationInView (location, isInView)" /> |
| 593 | + <MemberSignature Language="F#" Value="member this.IsLocationInView : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint * bool -> unit" Usage="mapControl.IsLocationInView (location, isInView)" /> |
594 | 594 | <MemberType>Method</MemberType>
|
595 | 595 | <AssemblyInfo>
|
596 | 596 | <AssemblyName>Microsoft.Toolkit.Forms.UI.Controls</AssemblyName>
|
|
1799 | 1799 | <MemberSignature Language="ILAsm" Value=".method public hidebysig instance bool TryGetLocationFromOffset(valuetype Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point offset, [out] class Windows.Devices.Geolocation.Geopoint& location) cil managed" />
|
1800 | 1800 | <MemberSignature Language="DocId" Value="M:Microsoft.Toolkit.Forms.UI.Controls.MapControl.TryGetLocationFromOffset(Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point,Windows.Devices.Geolocation.Geopoint@)" />
|
1801 | 1801 | <MemberSignature Language="VB.NET" Value="Public Function TryGetLocationFromOffset (offset As Point, ByRef location As Geopoint) As Boolean" />
|
1802 |
| - <MemberSignature Language="F#" Value="member this.TryGetLocationFromOffset : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point * -> bool" Usage="mapControl.TryGetLocationFromOffset (offset, location)" /> |
| 1802 | + <MemberSignature Language="F#" Value="member this.TryGetLocationFromOffset : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point * Geopoint -> bool" Usage="mapControl.TryGetLocationFromOffset (offset, location)" /> |
1803 | 1803 | <MemberType>Method</MemberType>
|
1804 | 1804 | <AssemblyInfo>
|
1805 | 1805 | <AssemblyName>Microsoft.Toolkit.Forms.UI.Controls</AssemblyName>
|
|
1828 | 1828 | <MemberSignature Language="ILAsm" Value=".method public hidebysig instance bool TryGetLocationFromOffset(valuetype Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point offset, valuetype Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.AltitudeReferenceSystem desiredReferenceSystem, [out] class Windows.Devices.Geolocation.Geopoint& location) cil managed" />
|
1829 | 1829 | <MemberSignature Language="DocId" Value="M:Microsoft.Toolkit.Forms.UI.Controls.MapControl.TryGetLocationFromOffset(Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point,Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.AltitudeReferenceSystem,Windows.Devices.Geolocation.Geopoint@)" />
|
1830 | 1830 | <MemberSignature Language="VB.NET" Value="Public Function TryGetLocationFromOffset (offset As Point, desiredReferenceSystem As AltitudeReferenceSystem, ByRef location As Geopoint) As Boolean" />
|
1831 |
| - <MemberSignature Language="F#" Value="member this.TryGetLocationFromOffset : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point * Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.AltitudeReferenceSystem * -> bool" Usage="mapControl.TryGetLocationFromOffset (offset, desiredReferenceSystem, location)" /> |
| 1831 | + <MemberSignature Language="F#" Value="member this.TryGetLocationFromOffset : Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Point * Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.AltitudeReferenceSystem * Geopoint -> bool" Usage="mapControl.TryGetLocationFromOffset (offset, desiredReferenceSystem, location)" /> |
1832 | 1832 | <MemberType>Method</MemberType>
|
1833 | 1833 | <AssemblyInfo>
|
1834 | 1834 | <AssemblyName>Microsoft.Toolkit.Forms.UI.Controls</AssemblyName>
|
|
2048 | 2048 | </Docs>
|
2049 | 2049 | </Member>
|
2050 | 2050 | <Member MemberName="TrySetViewAsync">
|
2051 |
| - <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<bool> TrySetViewAsync (Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint center, Nullable<double> zoomLevel);" /> |
| 2051 | + <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<bool> TrySetViewAsync (Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint center, double? zoomLevel);" /> |
2052 | 2052 | <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Threading.Tasks.Task`1<bool> TrySetViewAsync(class Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint center, valuetype System.Nullable`1<float64> zoomLevel) cil managed" />
|
2053 | 2053 | <MemberSignature Language="DocId" Value="M:Microsoft.Toolkit.Forms.UI.Controls.MapControl.TrySetViewAsync(Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint,System.Nullable{System.Double})" />
|
2054 | 2054 | <MemberSignature Language="VB.NET" Value="Public Function TrySetViewAsync (center As Geopoint, zoomLevel As Nullable(Of Double)) As Task(Of Boolean)" />
|
|
2077 | 2077 | </Docs>
|
2078 | 2078 | </Member>
|
2079 | 2079 | <Member MemberName="TrySetViewAsync">
|
2080 |
| - <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<bool> TrySetViewAsync (Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint center, Nullable<double> zoomLevel, Nullable<double> heading, Nullable<double> desiredPitch);" /> |
| 2080 | + <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<bool> TrySetViewAsync (Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint center, double? zoomLevel, double? heading, double? desiredPitch);" /> |
2081 | 2081 | <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Threading.Tasks.Task`1<bool> TrySetViewAsync(class Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint center, valuetype System.Nullable`1<float64> zoomLevel, valuetype System.Nullable`1<float64> heading, valuetype System.Nullable`1<float64> desiredPitch) cil managed" />
|
2082 | 2082 | <MemberSignature Language="DocId" Value="M:Microsoft.Toolkit.Forms.UI.Controls.MapControl.TrySetViewAsync(Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint,System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Double})" />
|
2083 | 2083 | <MemberSignature Language="VB.NET" Value="Public Function TrySetViewAsync (center As Geopoint, zoomLevel As Nullable(Of Double), heading As Nullable(Of Double), desiredPitch As Nullable(Of Double)) As Task(Of Boolean)" />
|
|
2110 | 2110 | </Docs>
|
2111 | 2111 | </Member>
|
2112 | 2112 | <Member MemberName="TrySetViewAsync">
|
2113 |
| - <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<bool> TrySetViewAsync (Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint center, Nullable<double> zoomLevel, Nullable<double> heading, Nullable<double> desiredPitch, Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.MapAnimationKind animation);" /> |
| 2113 | + <MemberSignature Language="C#" Value="public System.Threading.Tasks.Task<bool> TrySetViewAsync (Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint center, double? zoomLevel, double? heading, double? desiredPitch, Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.MapAnimationKind animation);" /> |
2114 | 2114 | <MemberSignature Language="ILAsm" Value=".method public hidebysig instance class System.Threading.Tasks.Task`1<bool> TrySetViewAsync(class Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint center, valuetype System.Nullable`1<float64> zoomLevel, valuetype System.Nullable`1<float64> heading, valuetype System.Nullable`1<float64> desiredPitch, valuetype Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.MapAnimationKind animation) cil managed" />
|
2115 | 2115 | <MemberSignature Language="DocId" Value="M:Microsoft.Toolkit.Forms.UI.Controls.MapControl.TrySetViewAsync(Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.Geopoint,System.Nullable{System.Double},System.Nullable{System.Double},System.Nullable{System.Double},Microsoft.Toolkit.Win32.UI.Controls.Interop.WinRT.MapAnimationKind)" />
|
2116 | 2116 | <MemberSignature Language="VB.NET" Value="Public Function TrySetViewAsync (center As Geopoint, zoomLevel As Nullable(Of Double), heading As Nullable(Of Double), desiredPitch As Nullable(Of Double), animation As MapAnimationKind) As Task(Of Boolean)" />
|
|
0 commit comments