<?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: Replace google api key with that of Arcgis javascript key in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-google-api-key-with-that-of-arcgis/m-p/391282#M36124</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We were able to successfully replace the google api with that of esri arcgis javascript, without having to use any key.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, there is an enhancement to the requirement. Now we have to geocode the address and display the locations on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geocode requires credit. To try if the geocode is working , I want to use the 50 credits that comes with the free developer account.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I link my developer accounts to use this credit and get the geocode done for few test addresses in my javascript api?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is necessary to install ARCGIS Server and publish the service to be used in my javascript or is there a simple way of doing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sunitha&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Jan 2014 04:34:06 GMT</pubDate>
    <dc:creator>sunithanaik</dc:creator>
    <dc:date>2014-01-27T04:34:06Z</dc:date>
    <item>
      <title>Replace google api key with that of Arcgis javascript key</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-google-api-key-with-that-of-arcgis/m-p/391278#M36120</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;&lt;SPAN&gt;We are trying to replace google map api key "&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="https://www.google.com/jsapi?key='+strGoogleMapKeyTemp" rel="nofollow" target="_blank"&gt;https://www.google.com/jsapi?key='+strGoogleMapKeyTemp&lt;/A&gt;&lt;SPAN&gt;" with that of ArcGIS javascript key. Can you please let us know the syntax for doing so?&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;There are two api access key created in ArcGIS when an application is &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;created, one is client id and client secret,which key needs to be used in order to access the jsapi from ArcGIS?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sunitha&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 04:16:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-google-api-key-with-that-of-arcgis/m-p/391278#M36120</guid>
      <dc:creator>sunithanaik</dc:creator>
      <dc:date>2014-01-15T04:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Replace google api key with that of Arcgis javascript key</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-google-api-key-with-that-of-arcgis/m-p/391279#M36121</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The API itself doesn't require any key to use. You just need to include the javascript from here: &lt;/SPAN&gt;&lt;A href="http://js.arcgis.com/3.8/"&gt;http://js.arcgis.com/3.8/&lt;/A&gt;&lt;SPAN&gt; .&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The client id and secret key are needed only if you have some non-public or non-shared resources on your ArcGIS online account which you want to access by your application.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 15 Jan 2014 04:36:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-google-api-key-with-that-of-arcgis/m-p/391279#M36121</guid>
      <dc:creator>JakubMalec</dc:creator>
      <dc:date>2014-01-15T04:36:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replace google api key with that of Arcgis javascript key</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-google-api-key-with-that-of-arcgis/m-p/391280#M36122</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks for the response!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We are actually using the jquery 14 frame work which is referring to the format for google api key as mentioned in the earlier thread,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;because of which it is not taking the format of just &lt;/SPAN&gt;&lt;A href="http://js.arcgis.com/3.8/"&gt;http://js.arcgis.com/3.8/&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The map is not been displayed when we we have replace all the code for google api with that of esri javascript &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sunitha&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 05:40:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-google-api-key-with-that-of-arcgis/m-p/391280#M36122</guid>
      <dc:creator>sunithanaik</dc:creator>
      <dc:date>2014-01-17T05:40:58Z</dc:date>
    </item>
    <item>
      <title>Re: Replace google api key with that of Arcgis javascript key</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-google-api-key-with-that-of-arcgis/m-p/391281#M36123</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;My advice would be to check out the documentation (both for the Esri JSAPI and JQuery).&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;It might end up answering some very basic questions you have and save you many hours.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;On the flip side, if you feel you can reproduce the issue using &lt;/SPAN&gt;&lt;A href="http://jsfiddle.net"&gt;http://jsfiddle.net&lt;/A&gt;&lt;SPAN&gt; you can post it here for us to take a look.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks!&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jan 2014 14:06:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-google-api-key-with-that-of-arcgis/m-p/391281#M36123</guid>
      <dc:creator>JonathanUihlein</dc:creator>
      <dc:date>2014-01-17T14:06:23Z</dc:date>
    </item>
    <item>
      <title>Re: Replace google api key with that of Arcgis javascript key</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-google-api-key-with-that-of-arcgis/m-p/391282#M36124</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks for the response!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;We were able to successfully replace the google api with that of esri arcgis javascript, without having to use any key.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;However, there is an enhancement to the requirement. Now we have to geocode the address and display the locations on the map.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Geocode requires credit. To try if the geocode is working , I want to use the 50 credits that comes with the free developer account.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;How can I link my developer accounts to use this credit and get the geocode done for few test addresses in my javascript api?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;It is necessary to install ARCGIS Server and publish the service to be used in my javascript or is there a simple way of doing this?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Sunitha&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jan 2014 04:34:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/replace-google-api-key-with-that-of-arcgis/m-p/391282#M36124</guid>
      <dc:creator>sunithanaik</dc:creator>
      <dc:date>2014-01-27T04:34:06Z</dc:date>
    </item>
  </channel>
</rss>

