<?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: Filtering address candidates to my state, incoporated places using the ESRI geoco in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228004#M21285</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What's making me nuts on this is the inconsistency in the order of what is getting returned.&amp;nbsp; Sometimes it will find what I think is the top candidate first, and sometimes not.&amp;nbsp; This makes no sense to me.&amp;nbsp; I am searching for Salem, MO and Liberty, MO.&amp;nbsp; I would expect the incorporated towns by these names to come up as the first candidates.&amp;nbsp; Yesterday over multiple tries these incorporated places came up as the 2nd in the list of candidates.&amp;nbsp; Today they are first.&amp;nbsp; I used to think it was me not paying attention, but I've tried multiple times over different days and I can see the order is not consistent.&amp;nbsp; Is the ranking that supposedly determines the order generated on the fly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the URL the way you have it is not the same way I've been going about it.&amp;nbsp; I'm using the addressToLocations method on the Locator, which generally returns multiple candidates, not just the one JSON formatted response.&amp;nbsp; Am I likely to get different results?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 13 May 2014 12:43:18 GMT</pubDate>
    <dc:creator>TracySchloss</dc:creator>
    <dc:date>2014-05-13T12:43:18Z</dc:date>
    <item>
      <title>Filtering address candidates to my state, incoporated places using the ESRI geocoding</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/227997#M21278</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm using single address input to the World geocoding service, and I'm having a hard time filtering the candidates to what seems like the most likely.&amp;nbsp; I see there is a field called "region", so I worked out how to reject a candidate that isn't in my state.&amp;nbsp; Then I realized there were some place names that were getting returned more than once.&amp;nbsp; There are both incorporated and unincorporated locations getting returned.&amp;nbsp; Each has as score of 100.&amp;nbsp; One looks like it might have come from an old quad.&amp;nbsp; It's completely in the middle of nowhere and to me it has no business at all even showing up as a match.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then I see there is also a city attribute.&amp;nbsp; Only the incorporated town has a value in the city attribute.&amp;nbsp; Ok, so maybe there is something work with there, but it's turning into a lot of filtering!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Before I write a chunk of code to filter for everything I obviously need to account for, has some got something written for processing geocoding results that handles this scenario?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 19:39:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/227997#M21278</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-05-06T19:39:12Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering address candidates to my state, incoporated places using the ESRI geoco</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/227998#M21279</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I've had some issues with the Geocoder as well.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;My observations in testing&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;USA.PointAddress/USA.StreetAddress - Scores can very based on address, such as direction missing or not. These results seem to be acceptable.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;USA.StreetName - Score is only based on the Street name of address, number is ignored, scores are pretty useless here. For example, if the street name was a perfect match, score is 100, address number ignored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;USA.Postal - Same as StreetName, if zip is a match, 100 score returned, Address number and Street name ignored.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So I would actually check the Loc_name field to see what part of the composite locator provided the result and try to filter that way. Otherwise the scores will amost always be 100 and the Status will almost always be a Match, regardless if the address was actually found.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I was actually thinking about posting this to the geocoder forum. I have a local composite locator we use in-house, but recently decided to use the Esri geocoder as a fallback for unmatched addresses and these issues came up. It has me rethinking of even using the Esri Geocoder in my apps because of the overhead of error checking.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Technically, that Locator, such as the Postal would find a match at 100%, since that's what it's designed for, but it's up to you to filter out the locators. I am unsure if there is a way to tell the service to only use certain locators in a composite locator.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 06 May 2014 21:01:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/227998#M21279</guid>
      <dc:creator>ReneRubalcava</dc:creator>
      <dc:date>2014-05-06T21:01:49Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering address candidates to my state, incoporated places using the ESRI geoco</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/227999#M21280</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I always used to use score as a good place to start as to whether or not I think the match should be considered.&amp;nbsp; Often I got away with taking the first candidate that met a minimum score and that turned out to work pretty well.&amp;nbsp;&amp;nbsp; I'm going to have to scrap that idea, based on my own experience and now your feedback.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I put in some comments/feedback into the North American Locator (or whatever was the most prominent 2-3 years ago), complaining then that some of the candidates getting returned had no business ever being there.&amp;nbsp; It seemed like it was better for a while.&amp;nbsp; Now I'm back to seeing places that aren't even a wide spot in the road coming back scored the same as towns.&amp;nbsp; I admit that many of the towns in Missouri are pretty small!&amp;nbsp; But they do have people looking for them compared to literally a cow pasture that I can see with the same name.&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I come up with anything clever, I will post it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 18:44:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/227999#M21280</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-05-07T18:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering address candidates to my state, incoporated places using the ESRI geoco</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228000#M21281</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i definitely agree with Rene here.&amp;nbsp; if you only think of street-level matches as appropriate for display in your application, you should be disregarding the candidates returned by more coarse grained locators entirely.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 20:48:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228000#M21281</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2014-05-07T20:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering address candidates to my state, incoporated places using the ESRI geoco</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228001#M21282</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I'm not just using it for street level matching.&amp;nbsp; I'm using it for searching for a city as well as ZIP code.&amp;nbsp; I've been successful using ESRI's geocoding for this type of matching in the past.&amp;nbsp; I'm going to look harder at the locator names returned to see if that helps me sort through this.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 May 2014 20:51:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228001#M21282</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-05-07T20:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering address candidates to my state, incoporated places using the ESRI geoco</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228002#M21283</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Update:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I did find that I could specify a search extent as an optional parameter to my locator.&amp;nbsp; I also added a filter to the returned candidates that just took me to my state.&amp;nbsp; This helps.&amp;nbsp; But there is what I would call 'bad data' in the locator, so I'm still getting one candidate that is the right one and one that is junk.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
function locate() {
&amp;nbsp; map.graphics.clear();
&amp;nbsp;&amp;nbsp;&amp;nbsp; var address = {
&amp;nbsp;&amp;nbsp;&amp;nbsp; "SingleLine": dom.byId("txtAddress").value
&amp;nbsp; };
&amp;nbsp; locator.outSpatialReference = map.spatialReference;
&amp;nbsp; var options = {
&amp;nbsp;&amp;nbsp;&amp;nbsp; address: address,
&amp;nbsp;&amp;nbsp;&amp;nbsp; outFields: ["*"],
&amp;nbsp;&amp;nbsp;&amp;nbsp; searchExtent: startExtent
&amp;nbsp; };
&amp;nbsp; locator.addressToLocations(options);
}
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Then in my results handler, I first filtered to my state, which took me down to just two candidates w/o too many lines of code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var MOcandidates = arrayUtil.filter(evt.addresses, function(candidate){
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; return candidate.attributes.Region == "Missouri";
&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I think I need to give feedback to whoever maintains the geocoding service.&amp;nbsp; Or maybe I'm supposed to be using the higher paid subscription in order to get better results?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 11:06:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228002#M21283</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2021-12-11T11:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering address candidates to my state, incoporated places using the ESRI geoco</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228003#M21284</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;perhaps you could just share the request here and what you expect to be returned?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/find?text=Washington&amp;amp;f=pjson"&gt;http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/find?text=Washington&amp;amp;f=pjson&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 12 May 2014 20:51:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228003#M21284</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2014-05-12T20:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering address candidates to my state, incoporated places using the ESRI geoco</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228004#M21285</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;What's making me nuts on this is the inconsistency in the order of what is getting returned.&amp;nbsp; Sometimes it will find what I think is the top candidate first, and sometimes not.&amp;nbsp; This makes no sense to me.&amp;nbsp; I am searching for Salem, MO and Liberty, MO.&amp;nbsp; I would expect the incorporated towns by these names to come up as the first candidates.&amp;nbsp; Yesterday over multiple tries these incorporated places came up as the 2nd in the list of candidates.&amp;nbsp; Today they are first.&amp;nbsp; I used to think it was me not paying attention, but I've tried multiple times over different days and I can see the order is not consistent.&amp;nbsp; Is the ranking that supposedly determines the order generated on the fly?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Using the URL the way you have it is not the same way I've been going about it.&amp;nbsp; I'm using the addressToLocations method on the Locator, which generally returns multiple candidates, not just the one JSON formatted response.&amp;nbsp; Am I likely to get different results?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 12:43:18 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228004#M21285</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-05-13T12:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering address candidates to my state, incoporated places using the ESRI geoco</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228005#M21286</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;tracy,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;its hard to speak intelligently about what's happening in your application without seeing the request.&amp;nbsp; please consider using either fiddler or the network tab in your browser developer tools to isolate the request to the geocoding service and forward it along.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 13 May 2014 15:00:21 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228005#M21286</guid>
      <dc:creator>JohnGravois</dc:creator>
      <dc:date>2014-05-13T15:00:21Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering address candidates to my state, incoporated places using the ESRI geoco</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228006#M21287</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I decided there was something wrong with my logic or maybe my understanding on what was happening as I stepped through the returned candidates.&amp;nbsp; The way I looked at it, I assumed it would use the first candidate, assuming it matched my criteria of 'score &amp;gt; 80'.&amp;nbsp; Since all the scores seem to be 100 anymore, I eliminated that part of the code.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I also realized that I wasn't ending up with the 1st candidate, I was consistently getting the 2nd one. I changed my code to define my candidate as the first one in my filtered array and seems to be doing the trick.&amp;nbsp; Either that, or the service is returning something different today than it was earlier in the week!&amp;nbsp; It could be either or both.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 20:48:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228006#M21287</guid>
      <dc:creator>TracySchloss</dc:creator>
      <dc:date>2014-05-14T20:48:53Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering address candidates to my state, incoporated places using the ESRI geoco</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228007#M21288</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I don't have much to add to this thread other than I too have experienced frustration at the seemingly random order of potential candidates returned by the Geocoder service. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;They are returned in the order that the Geocoder deems 'most likely' which can often be completely wrong for a multitude of reasons (I am not on the Geocoding team or I would go into more detail). &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;PointAddress is supposed to be the 'most accurate' category, followed by StreetAddress. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;As you noticed, two results can appear to be &lt;/SPAN&gt;&lt;STRONG&gt;exactly &lt;/STRONG&gt;&lt;SPAN&gt;the same but differ in this specific category.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Ideally, a PointAddress suggestion is returned first.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 May 2014 22:13:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228007#M21288</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-05-14T22:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Filtering address candidates to my state, incoporated places using the ESRI geoco</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228008#M21289</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks to all who have contributed to this thread.&amp;nbsp; It looks like there is interest in better methods for filtering geocoding results.&amp;nbsp; Much of this thread is tied to the Esri geocoding fallback strategy.&amp;nbsp; If an address such as 380 New York Street Redlands California isn't matched at the point address or street address level then there is an interest in identifying this and ignoring the fallback results which might land at a postal code or city match. In these cases (postal code or city) the Esri geocoder provides a 100% match score for the postal or city part of the match, but not an overall confidence for the full address match relative to what it matched to.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, two things the Geocoding team are working on to help "address" these challenges.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;First we're developing a new parameter for the World Geocoding Service API.&amp;nbsp; The "Category" parameter will support service side filtering of results.&amp;nbsp; You'll be able to make a fine grained request to return a street address match or a city or postal code match, or any combination of address levels.&amp;nbsp; The parameter will be supported by a detailed set of categories for filtering across address, place and POI searches.&amp;nbsp; This should help reduce post filtering in your applications.&amp;nbsp; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;One other area we are looking at is developing an overall confidence score for a match.&amp;nbsp; If the input is 380 New York Street Redlands CA, and the match is to Redlands CA, we could return a an overall confidence confidence score scale such as 47%.&amp;nbsp; So we would be (100%) confident that we matched to the city of Redlands but less confident 47% that we matched to the full input address.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We're interested if you think this would help with your current challenges or if there are any other ways you think we could improve filtering of results.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Esri Geocoding Team&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 15 May 2014 15:41:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/filtering-address-candidates-to-my-state/m-p/228008#M21289</guid>
      <dc:creator>JeffRogers</dc:creator>
      <dc:date>2014-05-15T15:41:40Z</dc:date>
    </item>
  </channel>
</rss>

