<?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: Geocode Service from my custom Map Services in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocode-service-from-my-custom-map-services/m-p/10098#M946</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You would need to have Arc Server to be able to use it in your application. See &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//01540000035t000000"&gt;here&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Off-course i did published using Arc Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Thanks..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 02 Apr 2014 03:41:25 GMT</pubDate>
    <dc:creator>Vibin_DhasDevadhason</dc:creator>
    <dc:date>2014-04-02T03:41:25Z</dc:date>
    <item>
      <title>Geocode Service from my custom Map Services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocode-service-from-my-custom-map-services/m-p/10094#M942</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could i have an clear idea about using the Geocode for my custom mapservices.&amp;nbsp; How to integrate whether it is possible or not..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 10:27:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocode-service-from-my-custom-map-services/m-p/10094#M942</guid>
      <dc:creator>Vibin_DhasDevadhason</dc:creator>
      <dc:date>2014-03-27T10:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Geocode Service from my custom Map Services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocode-service-from-my-custom-map-services/m-p/10095#M943</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi there,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/locator_service.html"&gt;this sample&lt;/A&gt;&lt;SPAN&gt; should help you.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Where it says &lt;/SPAN&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;var locatorUrl = "http://servicesbeta.esri.com/ArcGIS/rest/services/LocateValveByAssetID/GeocodeServer";&lt;/PRE&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;just put the URL to your service and it should work.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tim&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 27 Mar 2014 11:21:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocode-service-from-my-custom-map-services/m-p/10095#M943</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2014-03-27T11:21:14Z</dc:date>
    </item>
    <item>
      <title>Re: Geocode Service from my custom Map Services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocode-service-from-my-custom-map-services/m-p/10096#M944</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Hi there,&lt;BR /&gt;&lt;BR /&gt;&lt;A href="https://developers.arcgis.com/javascript/jssamples/locator_service.html"&gt;this sample&lt;/A&gt; should help you.&lt;BR /&gt;&lt;BR /&gt;Where it says &lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;var locatorUrl = "http://servicesbeta.esri.com/ArcGIS/rest/services/LocateValveByAssetID/GeocodeServer";&lt;/PRE&gt; &lt;BR /&gt;&lt;BR /&gt;just put the URL to your service and it should work.&lt;BR /&gt;&lt;BR /&gt;Tim&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;For creating the Custom Geocode service i have used the following resource..&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#/Exercise_1_Creating_an_address_locator/002500000007000000/"&gt;http://resources.arcgis.com/en/help/main/10.1/index.html#/Exercise_1_Creating_an_address_locator/002500000007000000/&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 06:51:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocode-service-from-my-custom-map-services/m-p/10096#M944</guid>
      <dc:creator>Vibin_DhasDevadhason</dc:creator>
      <dc:date>2014-03-31T06:51:27Z</dc:date>
    </item>
    <item>
      <title>Re: Geocode Service from my custom Map Services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocode-service-from-my-custom-map-services/m-p/10097#M945</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;You would need to have Arc Server to be able to use it in your application. See &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//01540000035t000000"&gt;here&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 31 Mar 2014 17:54:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocode-service-from-my-custom-map-services/m-p/10097#M945</guid>
      <dc:creator>TimWitt</dc:creator>
      <dc:date>2014-03-31T17:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: Geocode Service from my custom Map Services</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocode-service-from-my-custom-map-services/m-p/10098#M946</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;You would need to have Arc Server to be able to use it in your application. See &lt;A href="http://resources.arcgis.com/en/help/main/10.1/index.html#//01540000035t000000"&gt;here&lt;/A&gt;.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Off-course i did published using Arc Server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; Thanks..&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Apr 2014 03:41:25 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/geocode-service-from-my-custom-map-services/m-p/10098#M946</guid>
      <dc:creator>Vibin_DhasDevadhason</dc:creator>
      <dc:date>2014-04-02T03:41:25Z</dc:date>
    </item>
  </channel>
</rss>

