MapView.ViewpointChanged takes too long to rotate map to face North using MapView.SetViewpointRotationAsync (0).
上次发布: April 29, 2021ArcGIS Runtime SDK
漏洞 ID 编号
BUG-000138539
已提交
March 29, 2021
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK
找到的版本
100.10
操作系统
Apple iOS
操作系统版本
14.0x
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
The SetViewpointRotationAsync method to rotate the viewpoint is called every time the view point changes within the ViewpointChanged event causing a build up of viewpoint rotation calls and a performance issue. Once the SetViewpointRotationAsync method is removed from the ViewpointChanged event, the method is only called once and the view point is rotated normally.