The API encounters an issue on ExtentChange where the ExtentChanged event fires multiple times.
上次发布: April 12, 2019ArcGIS Runtime SDK
漏洞 ID 编号
BUG-000095208
已提交
March 23, 2016
上次修改时间
June 5, 2024
适用范围
ArcGIS Runtime SDK
找到的版本
10.2.6
操作系统
Windows OS
状态
Will Not Be Addressed
开发团队已考虑过该问题或请求,并决定不会解决该问题。 问题的“其他信息”部分可能包含进一步说明。
附加信息
This behavior is by design. The ExtentChanged event fires each time the MapView extent changes, which during a pan or zoom operation are multiple times. We recommend keeping to a minimum any code executed when this event fires. There is an alternative event, NavigationCompleted, which fires at the end of a navigation sequence. Typically this is a better event to use for implementing code related to the user’s current extent (Viewpoint).