The Xamarin iOS application crashes inconsistently with the following message: "System.Device.Location.GeoCoordinate.set_Course: The value of the parameter must be from 0.0 to 360.0".
上次发布: September 6, 2019ArcGIS Runtime SDK
漏洞 ID 编号
BUG-000122054
已提交
April 30, 2019
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK
找到的版本
100.5
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
Known Limit
经开发团队审核,已确定此问题与不受 Esri 控制的软件的已知限制有关。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The WPF stack trace points to an issue with the underlying location driver. The Location APIs that WPF is using are based on now deprecated COM APIs, therefore we consider it unlikely we can expect to see this fixed in WPF. This issue should be resolved with the future support for WPF for .NET Core, where ArcGIS Runtime can use the Win8+ GeoLocator APIs instead. A similar approach can be achieved today with .NET Framework and a custom location datasource.