<?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: Can an Address Locators Properties be changed on the fly? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-an-address-locators-properties-be-changed-on/m-p/593836#M55611</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to accomplish what I wanted by creating another address locator.... it works well but seems unfortunate that I have to have another locator to give me what the original one already knows!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 28 Apr 2015 18:18:26 GMT</pubDate>
    <dc:creator>JaniceBaird</dc:creator>
    <dc:date>2015-04-28T18:18:26Z</dc:date>
    <item>
      <title>Can an Address Locators Properties be changed on the fly?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-an-address-locators-properties-be-changed-on/m-p/593833#M55608</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have an address locator that has a side offset set to 20 feet. This works well for displaying the geocoded address at a location that is 20 feet from the centerline. Is there a way to modify the Locator Properties in javascript so that I can get the exact point on the centerline rather than (or as well as) one that is 20 feet away? Do I need to create a second address locator with a side offset of 0 to accomplish this? When I look at the properties of the address locator, the geocoding options are grayed out. (see the attached png).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What I am trying to do is place a graphic on the centerline that the user can move up and down the centerline. I have also having an issue with snapping... I will put that in a separate discussion!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Janice.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 16:51:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-an-address-locators-properties-be-changed-on/m-p/593833#M55608</guid>
      <dc:creator>JaniceBaird</dc:creator>
      <dc:date>2015-04-28T16:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: Can an Address Locators Properties be changed on the fly?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-an-address-locators-properties-be-changed-on/m-p/593834#M55609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Janice,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think you will have to have a 2nd locator. You won't be able to make changes to your published geocoder via javascript.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tim&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 17:01:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-an-address-locators-properties-be-changed-on/m-p/593834#M55609</guid>
      <dc:creator>TimWitt2</dc:creator>
      <dc:date>2015-04-28T17:01:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can an Address Locators Properties be changed on the fly?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-an-address-locators-properties-be-changed-on/m-p/593835#M55610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Janice, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Yes you need to create another locator as Tim already suggested. JavaScript API uses locators from published Geocoding service so has no control to change the parameters value which are required at the time of creation of the locator. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Thanks&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Mudit&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 17:34:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-an-address-locators-properties-be-changed-on/m-p/593835#M55610</guid>
      <dc:creator>MuditAgarwal</dc:creator>
      <dc:date>2015-04-28T17:34:50Z</dc:date>
    </item>
    <item>
      <title>Re: Can an Address Locators Properties be changed on the fly?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-an-address-locators-properties-be-changed-on/m-p/593836#M55611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I was able to accomplish what I wanted by creating another address locator.... it works well but seems unfortunate that I have to have another locator to give me what the original one already knows!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your input.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 28 Apr 2015 18:18:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/can-an-address-locators-properties-be-changed-on/m-p/593836#M55611</guid>
      <dc:creator>JaniceBaird</dc:creator>
      <dc:date>2015-04-28T18:18:26Z</dc:date>
    </item>
  </channel>
</rss>

