<?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: findAddressCandidates for mailing address in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576059#M53784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry. First, which version of the ArcGIS API for JavaScript are you using? Second, for this specific case, it looks like&amp;nbsp;the data we have for that address is just street centerline data, not rooftop data.&amp;nbsp; This means that instead of matching exactly on the house, it must interpolate along the street segment to estimate the location of the house.&amp;nbsp;&lt;SPAN style="font-size: 11.0pt; color: #44546a;"&gt;If you have a rooftop/parcel centroid match, then the location will either be on the driveway entrance or at the center of the rooftop/parcel centroid. Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Apr 2019 22:53:28 GMT</pubDate>
    <dc:creator>Noah-Sager</dc:creator>
    <dc:date>2019-04-04T22:53:28Z</dc:date>
    <item>
      <title>findAddressCandidates for mailing address</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576058#M53783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I try to do search an address "4244 village dr, chino hills, ca 91709" using ArcGIS javacript which return me&amp;nbsp;a street address location around the community, not a particular building.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I try to put the same address under google map, which&amp;nbsp;a particular building.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;is there anyway&amp;nbsp;findAddressCandidates can go to the exact address like google map?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 19:00:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576058#M53783</guid>
      <dc:creator>LarryAu</dc:creator>
      <dc:date>2019-04-04T19:00:51Z</dc:date>
    </item>
    <item>
      <title>Re: findAddressCandidates for mailing address</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576059#M53784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry. First, which version of the ArcGIS API for JavaScript are you using? Second, for this specific case, it looks like&amp;nbsp;the data we have for that address is just street centerline data, not rooftop data.&amp;nbsp; This means that instead of matching exactly on the house, it must interpolate along the street segment to estimate the location of the house.&amp;nbsp;&lt;SPAN style="font-size: 11.0pt; color: #44546a;"&gt;If you have a rooftop/parcel centroid match, then the location will either be on the driveway entrance or at the center of the rooftop/parcel centroid. Hope this helps.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Apr 2019 22:53:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576059#M53784</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2019-04-04T22:53:28Z</dc:date>
    </item>
    <item>
      <title>Re: findAddressCandidates for mailing address</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576060#M53785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When put the address and search in google map.&amp;nbsp; it can locate building mailing address which is good.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.google.com/maps/place/4244+Village+Dr,+Chino+Hills,+CA+91709/@33.9811286,-117.7113277,18.25z/data=!4m5!3m4!1s0x80dccd3854e8d379:0x4241d39ac7774a7e!8m2!3d33.9820415!4d-117.711609"&gt;https://www.google.com/maps/place/4244+Village+Dr,+Chino+Hills,+CA+91709/@33.9811286,-117.7113277,18.25z/data=!4m5!3m4!1s0x80dccd3854e8d379:0x4241d39ac7774a7e!8m2!3d33.9820415!4d-117.711609&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try to use ArcGIS Geocoding&lt;/P&gt;&lt;P&gt;&lt;A href="https://codepen.io/esri_devlabs/pen/oyPOOG?editors=1000"&gt;https://codepen.io/esri_devlabs/pen/oyPOOG?editors=1000&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Try to use Google Map Geocoding&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete"&gt;https://developers.google.com/maps/documentation/javascript/examples/places-autocomplete&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;or just do a http request findAddressCandidates, it return the street address (base on street name and street number).&amp;nbsp; &amp;nbsp; is there option can search&amp;nbsp;&lt;SPAN style="background-color: #ffffff;"&gt;rooftop only?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates?SingleLine=4244%20village dr, chino hills, ca 91709&amp;amp;locationType=rooftop&amp;amp;category=&amp;amp;outFields=*&amp;amp;forStorage=false&amp;amp;countryCode=USA&amp;amp;f=pjson"&gt;http://geocode.arcgis.com/arcgis/rest/services/World/GeocodeServer/findAddressCandidates?SingleLine=&lt;STRONG&gt;4244 village dr, chino hills, ca 91709&lt;/STRONG&gt;&amp;amp;&lt;SPAN style="font-size: 22px;"&gt;&lt;EM&gt;&lt;STRONG&gt;locationType=rooftop&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&amp;amp;category=&amp;amp;outFields=*&amp;amp;forStorage=false&amp;amp;countryCode=USA&amp;amp;f=pjson&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE style="color: #000000;"&gt;{  "spatialReference": {   "wkid": 4326,   "latestWkid": 4326  },  "candidates": [   {    "address": "4244 Village Dr, Chino Hills, California, 91709",    "location": {&lt;STRONG&gt;    "x": -117.71006097495764,     "y": 33.981180484248128&lt;/STRONG&gt;   },    "score": 100,    "attributes": {     "Loc_name": "World",     "Status": "M",     "Score": 100,     "Match_addr": "4244 Village Dr, Chino Hills, California, 91709",     "LongLabel": "4244 Village Dr, Chino Hills, CA, 91709, USA",     "ShortLabel": "4244 Village Dr",     "Addr_type": "StreetAddress",     "Type": "",     "PlaceName": "",     "Place_addr": "4244 Village Dr, Chino Hills, California, 91709",     "Phone": "",     "URL": "",     "Rank": 20,     "AddBldg": "",     "AddNum": "4244",     "AddNumFrom": "4266",     "AddNumTo": "4234",     "AddRange": "4234-4266",     "Side": "R",     "StPreDir": "",     "StPreType": "",     "StName": "Village",     "StType": "Dr",     "StDir": "",     "BldgType": "",     "BldgName": "",     "LevelType": "",     "LevelName": "",     "UnitType": "",     "UnitName": "",     "SubAddr": "",     "StAddr": "4244 Village Dr",     "Block": "",     "Sector": "",     "Nbrhd": "",     "District": "",     "City": "Chino Hills",     "MetroArea": "Inland Empire",     "Subregion": "San Bernardino County",     "Region": "California",     "RegionAbbr": "CA",     "Territory": "",     "Zone": "",     "Postal": "91709",     "PostalExt": "3714",     "Country": "USA",     "LangCode": "ENG",     "Distance": 0,     "X": -117.71006097495764,     "Y": 33.981180484248128,     "DisplayX": -117.71006097495764,     "DisplayY": 33.981180484248128,     "Xmin": -117.71106097495765,     "Xmax": -117.70906097495764,     "Ymin": 33.98018048424813,     "Ymax": 33.982180484248126,     "ExInfo": ""    },    "extent": {     "xmin": -117.71106097495765,     "ymin": 33.98018048424813,     "xmax": -117.70906097495764,     "ymax": 33.982180484248126    }   }  ] }&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 17:04:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576060#M53785</guid>
      <dc:creator>LarryAu</dc:creator>
      <dc:date>2019-04-05T17:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: findAddressCandidates for mailing address</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576061#M53786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This sounds like an accuracy / precision debate to me.&amp;nbsp; I've faced this dilemma for as long as I've been in the GIS game (Does anyone remember Arc/Info and AML?)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is what I consider a classic example of the difference between accuracy and precision.&amp;nbsp; Everybody wants to be be the guy in the the lower right, but most can only afford the upper and lower left.&amp;nbsp; In other words the guy in the lower right has spent a lot of time at the range, he has an expensive firearm topped with an expensive scope and probably handloads his own ammunition. And he has to have that level of precision and accuracy because he is a competition shooter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The guy in the lower left is a deer hunter, has an off the shelf firearm, mediocre scope, and factory ammunition.&amp;nbsp; He goes to the range a couple times a year, and if he draws a deer permit, he goes hunting.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What does this have to do with geocoding?&amp;nbsp; A lot.&amp;nbsp; I worked in 9-1-1 for a number of years and peoples lives depended on my geocoding results being not only accurate but precise as well.&amp;nbsp; I spent a lot of time cleaning and scrubbing my match data to ensure my results.&amp;nbsp; I had too. Anything else is unacceptable.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;For a mailing list, do you need to be that guy in the lower right?&amp;nbsp; (That was me in 9-1-1) or can you successfully complete your mission being the deer hunter guy or his duck hunting buddy in the upper left.&amp;nbsp; With all due respect to the ESRI &lt;EM&gt;World&amp;nbsp;&lt;/EM&gt;geocoding service, it's just not set up to provide the precision we are looking at in the illustration.&amp;nbsp; You'd be 'paying' a whole lot more in credits if it were.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So, you need to ask yourself: what do I want, and what can I 'afford'?&amp;nbsp; Is good enough, good enough?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="Image result for accuracy precision" class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/441312_pastedImage_1.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 17:51:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576061#M53786</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-04-05T17:51:44Z</dc:date>
    </item>
    <item>
      <title>Re: findAddressCandidates for mailing address</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576062#M53787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Larry, unfortunately, &lt;SPAN style="background-color: #ffffff;"&gt;for this specific case, it looks like&amp;nbsp;the data we (Esri) have for that address is just street centerline data, not rooftop data.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="background-color: #ffffff; color: #44546a; font-weight: normal; text-decoration: none; font-size: 14.666666984558105px; "&gt;There is a REST parameter name locationType that can be passed in to get the centroid instead (rooftop/street are the two options).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 17:52:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576062#M53787</guid>
      <dc:creator>Noah-Sager</dc:creator>
      <dc:date>2019-04-05T17:52:33Z</dc:date>
    </item>
    <item>
      <title>Re: findAddressCandidates for mailing address</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576063#M53788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That's my point...&amp;nbsp; precisely....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Apr 2019 17:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/findaddresscandidates-for-mailing-address/m-p/576063#M53788</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2019-04-05T17:55:37Z</dc:date>
    </item>
  </channel>
</rss>

