<?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: When I use Locator to search for intersections, why do I get less search results at ArcGIS Runtime than ArcGIS Pro? in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263568#M3099</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe a workaround was found for this issue by disabling measures on ROADCENTERLINE feature class and rebuilding the locator.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 20 Dec 2018 21:14:32 GMT</pubDate>
    <dc:creator>MaraStoica4</dc:creator>
    <dc:date>2018-12-20T21:14:32Z</dc:date>
    <item>
      <title>When I use Locator to search for intersections, why do I get less search results at ArcGIS Runtime than ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263561#M3092</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;I package a mmpk including locator.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;When I use ArcGIS Pro - Locate panel to search street intersection, I expect to get the same result in the program written based on ArcGISRuntime.WPF 100.1.0.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;I found all of the intersections in ArcGIS Pro. H&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;owever&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;just a little above half of the intersections can be found in the program.&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="margin-bottom: .0001pt;"&gt;&lt;SPAN style="font-size: 10.0pt; color: black;"&gt;Any suggestions for how to find the issue?&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 14:48:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263561#M3092</guid>
      <dc:creator>YongYao</dc:creator>
      <dc:date>2018-09-05T14:48:47Z</dc:date>
    </item>
    <item>
      <title>Re: When I use Locator to search for intersections, why do I get less search results at ArcGIS Runtime than ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263562#M3093</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Sara,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you post the code where you're calling the locator please.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mara&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 16:58:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263562#M3093</guid>
      <dc:creator>MaraStoica4</dc:creator>
      <dc:date>2018-09-05T16:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: When I use Locator to search for intersections, why do I get less search results at ArcGIS Runtime than ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263563#M3094</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;var geocodeParams = new GeocodeParameters();&lt;BR /&gt; geocodeParams.OutputSpatialReference = SpatialReferences.Wgs84;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IReadOnlyList&amp;lt;GeocodeResult&amp;gt; addresses = await locator.GeocodeAsync(userTypedAddress, geocodeParams);&lt;/P&gt;&lt;P&gt;foreach (GeocodeResult match in addresses)&lt;BR /&gt; {&lt;/P&gt;&lt;P&gt;...&lt;/P&gt;&lt;P&gt;}&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 17:03:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263563#M3094</guid>
      <dc:creator>YongYao</dc:creator>
      <dc:date>2018-09-05T17:03:59Z</dc:date>
    </item>
    <item>
      <title>Re: When I use Locator to search for intersections, why do I get less search results at ArcGIS Runtime than ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263564#M3095</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am looking into this trying to replicate it and I am finding some discrepancies myself between the Pro and Runtime results. Pro seems to require less information to return all the results. In my test locator, if I use just the address, Pro finds 4 results, while Runtime doesn't find any. Once I add the city, Runtime also finds 4 results. Could you maybe try to adjust your search string to include more information? Does that change the results you receive? In the meantime I'll keep researching this, see what I can find out.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 18:12:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263564#M3095</guid>
      <dc:creator>MaraStoica4</dc:creator>
      <dc:date>2018-09-05T18:12:33Z</dc:date>
    </item>
    <item>
      <title>Re: When I use Locator to search for intersections, why do I get less search results at ArcGIS Runtime than ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263565#M3096</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mara, thank you for your reply. It really helps. And I am able to explain this weird issue to customers.&lt;/P&gt;&lt;P&gt;In my case, even I add the city name,&amp;nbsp;it doesn't change the result.&lt;BR /&gt;If you find out any other tricks can help locator get more result in Runtime, please let me know. Thanks.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 19:52:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263565#M3096</guid>
      <dc:creator>YongYao</dc:creator>
      <dc:date>2018-09-05T19:52:46Z</dc:date>
    </item>
    <item>
      <title>Re: When I use Locator to search for intersections, why do I get less search results at ArcGIS Runtime than ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263566#M3097</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN&gt;Would you be able to share your data with me so I can see exactly the issue you're running into? &lt;/SPAN&gt;&lt;A class="jive-link-email-small" href="mailto:mstoica@esri.com"&gt;mstoica@esri.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Sep 2018 20:00:34 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263566#M3097</guid>
      <dc:creator>MaraStoica4</dc:creator>
      <dc:date>2018-09-05T20:00:34Z</dc:date>
    </item>
    <item>
      <title>Re: When I use Locator to search for intersections, why do I get less search results at ArcGIS Runtime than ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263567#M3098</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Mara,&lt;/P&gt;&lt;P&gt;Based on this discussion, has there been any work to match the ArcGIS Runtime locator requirements to that of ArcGIS Pro? If so, could you please provide the BUG or ENH number&amp;nbsp;where this work is being tracked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2018 17:41:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263567#M3098</guid>
      <dc:creator>DritanZhuja</dc:creator>
      <dc:date>2018-12-20T17:41:54Z</dc:date>
    </item>
    <item>
      <title>Re: When I use Locator to search for intersections, why do I get less search results at ArcGIS Runtime than ArcGIS Pro?</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263568#M3099</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I believe a workaround was found for this issue by disabling measures on ROADCENTERLINE feature class and rebuilding the locator.&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Dec 2018 21:14:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/when-i-use-locator-to-search-for-intersections-why/m-p/263568#M3099</guid>
      <dc:creator>MaraStoica4</dc:creator>
      <dc:date>2018-12-20T21:14:32Z</dc:date>
    </item>
  </channel>
</rss>

