<?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: Locator Widget Configuration in ArcGIS Viewer for Flex Questions</title>
    <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/locator-widget-configuration/m-p/680299#M20673</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Anthony, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the novice question, but how do I make the other fields not show up. I only want the address and city fields to show up, but it shows all the fields such as neighborhood, and postal. I plan to use a different geolocator than the ESRI one, but it will have a couple of other fields also. This is my current code. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;usesingleline&amp;gt;false&amp;lt;/usesingleline&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;field name="Address" alias="Street Address"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;field name="City" alias="City"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 09 Apr 2013 14:43:02 GMT</pubDate>
    <dc:creator>ChrisCorwin</dc:creator>
    <dc:date>2013-04-09T14:43:02Z</dc:date>
    <item>
      <title>Locator Widget Configuration</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/locator-widget-configuration/m-p/680295#M20669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I checked out the Locator Widget help page (&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-viewer/concepts/#/Locate_widget/01m300000037000000/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/#/Locate_widget/01m300000037000000/&lt;/A&gt;&lt;SPAN&gt;) and it has multiple lines to enter the street address, city, and state and zip. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How do I configure my locator widget to look like that? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 21:27:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/locator-widget-configuration/m-p/680295#M20669</guid>
      <dc:creator>ChrisCorwin</dc:creator>
      <dc:date>2013-04-08T21:27:24Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Widget Configuration</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/locator-widget-configuration/m-p/680296#M20670</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Chris,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You need to edit your locator widget config file, make sure you set the usesingleline tag to false then you can add multiple field tags for each line, see:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A class="jive-link-external-small" href="http://resources.arcgis.com/en/help/flex-viewer/concepts/#/Locate_widget_tags/01m30000000r000000/GUID-E049BC59-5C7F-4A49-AEFA-C889DB33F53D/" rel="nofollow" target="_blank"&gt;http://resources.arcgis.com/en/help/flex-viewer/concepts/#/Locate_widget_tags/01m30000000r000000/GUID-E049BC59-5C7F-4A49-AEFA-C889DB33F53D/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You must ensure that the name of the field matches the name of the appropate field in the REST endpoint for the geocode service&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Anthony&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 21:33:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/locator-widget-configuration/m-p/680296#M20670</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-04-08T21:33:36Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Widget Configuration</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/locator-widget-configuration/m-p/680297#M20671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Will this work with a composite locator?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 21:38:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/locator-widget-configuration/m-p/680297#M20671</guid>
      <dc:creator>ChrisCorwin</dc:creator>
      <dc:date>2013-04-08T21:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Widget Configuration</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/locator-widget-configuration/m-p/680298#M20672</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There should be no reason why not, I have only set it up against single locators&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 08 Apr 2013 21:40:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/locator-widget-configuration/m-p/680298#M20672</guid>
      <dc:creator>AnthonyGiles</dc:creator>
      <dc:date>2013-04-08T21:40:51Z</dc:date>
    </item>
    <item>
      <title>Re: Locator Widget Configuration</title>
      <link>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/locator-widget-configuration/m-p/680299#M20673</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hey Anthony, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Sorry for the novice question, but how do I make the other fields not show up. I only want the address and city fields to show up, but it shows all the fields such as neighborhood, and postal. I plan to use a different geolocator than the ESRI one, but it will have a couple of other fields also. This is my current code. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;usesingleline&amp;gt;false&amp;lt;/usesingleline&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;field name="Address" alias="Street Address"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;field name="City" alias="City"/&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;lt;/fields&amp;gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Any help would be greatly appreciated. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Chris&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Apr 2013 14:43:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-viewer-for-flex-questions/locator-widget-configuration/m-p/680299#M20673</guid>
      <dc:creator>ChrisCorwin</dc:creator>
      <dc:date>2013-04-09T14:43:02Z</dc:date>
    </item>
  </channel>
</rss>

