Results obtained in developer tools while searching for latitude and longitude coordinates using a single line parameter in the 'findAddressCandidates' operation within the ArcGIS Maps SDK for JavaScript v4.25 application differ inconsistently.
ArcGIS Maps SDK for JavaScript
漏洞 ID 编号
BUG-000157654
已提交
April 19, 2023
上次修改时间
December 6, 2024
适用范围
ArcGIS Maps SDK for JavaScript
找到的版本
4.25
操作系统
Windows OS
操作系统版本
10.0 64 Bit
状态
As Designed
经开发团队审核,已确定此行为符合设计。 有关详细信息,请参阅“其他信息”部分。
附加信息
To search for coordinates, include the 'Coordinate System' category as well. This is why adding the 'Address, POI' to the categories results in no x,y location result because the 'Coordinate System' category has been excluded.
If the intention is not to search for coordinates but instead to prefer results near the coordinate location, the coordinates should be passed in as part of the 'Location' REST parameter instead. Passing in a location prefers results that are closer to the coordinates passed in as part of the 'Location' REST parameter.