漏洞 ID 编号 |
BUG-000112442 |
已提交 | March 15, 2018 |
上次修改时间 | June 5, 2024 |
适用范围 | ArcGIS Runtime SDK |
找到的版本 | 100.2.1 |
操作系统 | Windows OS |
操作系统版本 | 10.0 64 Bit |
状态 | Non-Reproducible
在开发团队测试过程中,此问题不可重现。 为问题分配此状态的可能原因包括:问题无法重现,或不再与软件的开发版本相关,但未安装特定修复程序来解决该问题。 问题的“其他信息”部分可能包含进一步说明。
|
附加信息
The code did not set both OffsetX and OffsetY properties. Once these properties are set to a value of 30 (half the set image width/height) the pushpin point location is consistent with the address location returned by other geocoding engine/services.
```
campsiteSymbol.OffsetX = 30;
campsiteSymbol.OffsetY = 30;
```
解决办法
The following is a potential workaround for the issue:
- Review the source data for the locator. The "fromleft" "toleft" and "fromright" "toright" were the same on the street where the address point was located.
- Edit the attributes such that the fromleft/fromright were set to the same value and the toleft/toright were set to the same value.
- Rebuild the locator. Once the locator was rebuilt, run the application again, the reverse geocoding and the address is correct.
重现步骤