In ArcGIS API for JavaScript, inputting geometry to an event listener, the search-results of the Search Class does not return expected attributes from the reverseGeocode operation.
上次发布: November 27, 2018ArcGIS Web AppBuilder developer edition
漏洞 ID 编号
BUG-000114866
已提交
June 25, 2018
上次修改时间
June 5, 2024
适用范围
ArcGIS Web AppBuilder developer edition
找到的版本
2.7
操作系统
Windows OS
操作系统版本
7.0 64 Bit
修正版本
3.27
状态
Fixed
此漏洞已得到修复。 有关详细信息,请参阅“版本修复”和“其他信息”(如果适用)。
解决办法
Use esri/request to send request and return the JSON response that includes the expected attributes, then parse the results as needed. esri/requesthttps://developers.arcgis.com/javascript/3/jsapi/esri.request-amd.htmlExample: http://jsbin.com/sizelim/edit?html,console,output