<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: locationToAddress argument requestOptions query not honored in @arcgis/core@5 in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1691982#M88322</link>
    <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/980268"&gt;@tmerz-conet&lt;/a&gt;,&amp;nbsp;this looks valid. I'm not sure that this is a regression, as I feel like we have the same issue at 4.34. However, your workaround looks good for 5.0, and we'll address this at the next release (5.1).&lt;/P&gt;</description>
    <pubDate>Mon, 23 Mar 2026 16:30:22 GMT</pubDate>
    <dc:creator>Noah-Sager</dc:creator>
    <dc:date>2026-03-23T16:30:22Z</dc:date>
    <item>
      <title>locationToAddress argument requestOptions query not honored in @arcgis/core@5</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1691222#M88305</link>
      <description>&lt;P&gt;I would like to report a regression bug in arcgis sdk v5 - i hope this is the right place to do this...&lt;/P&gt;&lt;P&gt;I am using the method locationToAddress with the signature:&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="c"&gt;locationToAddress (url: string, params: LocationToAddressParametersProperties, requestOptions?: RequestOptions): Promise&amp;lt;AddressCandidate&amp;gt;&lt;/LI-CODE&gt;&lt;P&gt;docs:&amp;nbsp;&lt;A href="https://developers.arcgis.com/javascript/latest/references/core/rest/locator/#locationToAddress" target="_blank"&gt;https://developers.arcgis.com/javascript/latest/references/core/rest/locator/#locationToAddress&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I want to specifiy the featureTypes to filter the features i get back from the api.&lt;/P&gt;&lt;P&gt;It should work based on the requestOptions query field, but the value is not added as an url param. Instead i need to use the following hack to make it work:&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;&lt;PRE&gt;&lt;SPAN&gt;const &lt;/SPAN&gt;&lt;SPAN&gt;params &lt;/SPAN&gt;= &lt;SPAN&gt;{&lt;BR /&gt;&lt;/SPAN&gt;  &lt;SPAN&gt;location&lt;/SPAN&gt;: mapPoint,&lt;BR /&gt;  &lt;SPAN&gt;//&lt;/SPAN&gt;&lt;SPAN&gt; HACK to make it work&lt;/SPAN&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;/SPAN&gt;  &lt;SPAN&gt;featureTypes&lt;/SPAN&gt;: &lt;SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN&gt;'point-address'&lt;/SPAN&gt;, &lt;SPAN&gt;'locality'&lt;/SPAN&gt;&lt;SPAN&gt;]&lt;/SPAN&gt;,&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;const &lt;/SPAN&gt;&lt;SPAN&gt;reqOptions &lt;/SPAN&gt;= &lt;SPAN&gt;{&lt;BR /&gt;&lt;/SPAN&gt;  &lt;SPAN&gt;query&lt;/SPAN&gt;: &lt;SPAN&gt;{&lt;BR /&gt;    // BUG: does not work anymore&lt;BR /&gt;&lt;/SPAN&gt;    &lt;SPAN&gt;featureTypes&lt;/SPAN&gt;: &lt;SPAN&gt;'PointAddress,Locality'&lt;/SPAN&gt;,&lt;BR /&gt;  &lt;SPAN&gt;}&lt;/SPAN&gt;,&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;locationToAddress&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;REVERSEGEOCODE_SERVICEURL&lt;/SPAN&gt;, &lt;SPAN&gt;params&lt;/SPAN&gt;, &lt;SPAN&gt;reqOptions&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Wed, 18 Mar 2026 12:14:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1691222#M88305</guid>
      <dc:creator>tmerz-conet</dc:creator>
      <dc:date>2026-03-18T12:14:16Z</dc:date>
    </item>
    <item>
      <title>Re: locationToAddress argument requestOptions query not honored in @arcgis/core@5</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1691236#M88306</link>
      <description>&lt;P&gt;Hi &lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/980268"&gt;@tmerz-conet&lt;/a&gt;&lt;/SPAN&gt;, we appreciate you sharing a potential bug with the broader Esri Community; however, Esri does not actively track software defects posted here. The official channel for investigating and validating bugs is &lt;A href="https://www.esri.com/en-us/contact?rsource=%2Fcontact#c=us&amp;amp;t=5" target="_blank"&gt;Esri Technical Support&lt;/A&gt;. All customers experiencing a potential software bug should leverage technical support to report and investigate the issue.&lt;/P&gt;
&lt;P&gt;By reporting bugs through technical support, Esri can better track the scope and impact of the issue across all our customers and better prioritize it with our product teams. Our teams can also investigate the issue more thoroughly to see if there is a solution, workaround, or patch to get you back up and running as soon as possible.&lt;/P&gt;
&lt;P&gt;As a reminder, Esri Community is primarily a self-service support platform where Esri users can ask or answer each other’s questions, share feature requests, and collaborate to solve problems with GIS.&lt;/P&gt;
&lt;P&gt;&lt;I&gt;*Note that this is a scripted message prompted when posts allude to a potential product bug.&lt;/I&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 13:13:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1691236#M88306</guid>
      <dc:creator>JesseCloutier</dc:creator>
      <dc:date>2026-03-18T13:13:50Z</dc:date>
    </item>
    <item>
      <title>Re: locationToAddress argument requestOptions query not honored in @arcgis/core@5</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1691264#M88308</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/980268"&gt;@tmerz-conet&lt;/a&gt;,&amp;nbsp;thanks for posting your issue here. Esri Community is a great place to share ideas and ask questions, but actual bugs should be logged with Technical Support if possible.&lt;/P&gt;&lt;P&gt;That being said, can you please share a simplified reproducible test-app, someplace like codepen, that clearly demonstrates the issue?&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 15:01:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1691264#M88308</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2026-03-18T15:01:03Z</dc:date>
    </item>
    <item>
      <title>Re: locationToAddress argument requestOptions query not honored in @arcgis/core@5</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1691283#M88311</link>
      <description>&lt;P&gt;here is a codepen showing the issue:&amp;nbsp;&lt;A href="https://codepen.io/tobi238/pen/ogzwZLv" target="_blank"&gt;locationToAddress bug&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Mar 2026 16:02:56 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1691283#M88311</guid>
      <dc:creator>tmerz-conet</dc:creator>
      <dc:date>2026-03-18T16:02:56Z</dc:date>
    </item>
    <item>
      <title>Re: locationToAddress argument requestOptions query not honored in @arcgis/core@5</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1691982#M88322</link>
      <description>&lt;P&gt;Thanks&amp;nbsp;&lt;a href="https://community.esri.com/t5/user/viewprofilepage/user-id/980268"&gt;@tmerz-conet&lt;/a&gt;,&amp;nbsp;this looks valid. I'm not sure that this is a regression, as I feel like we have the same issue at 4.34. However, your workaround looks good for 5.0, and we'll address this at the next release (5.1).&lt;/P&gt;</description>
      <pubDate>Mon, 23 Mar 2026 16:30:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1691982#M88322</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2026-03-23T16:30:22Z</dc:date>
    </item>
    <item>
      <title>Re: locationToAddress argument requestOptions query not honored in @arcgis/core@5</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1692122#M88325</link>
      <description>&lt;P&gt;It is possible that the issue was already present in version 4.34. I did upgrade from 4.33.12 directly to 5.0.10.&lt;/P&gt;&lt;P&gt;Thanks for addressing the issue!&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 07:10:09 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1692122#M88325</guid>
      <dc:creator>tmerz-conet</dc:creator>
      <dc:date>2026-03-24T07:10:09Z</dc:date>
    </item>
    <item>
      <title>Re: locationToAddress argument requestOptions query not honored in @arcgis/core@5</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1692124#M88326</link>
      <description>&lt;P&gt;I tried to contact the technical support via &lt;A href="https://support.esri.com/en-us/contact/create-case" target="_blank"&gt;Create a Case | Esri Support&lt;/A&gt;, but my account does not have permission to report via this page.&lt;/P&gt;</description>
      <pubDate>Tue, 24 Mar 2026 07:13:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/locationtoaddress-argument-requestoptions-query/m-p/1692124#M88326</guid>
      <dc:creator>tmerz-conet</dc:creator>
      <dc:date>2026-03-24T07:13:32Z</dc:date>
    </item>
  </channel>
</rss>

