<?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: Retrieve latitude and longitude information from a web service in ArcGIS API for Silverlight Questions</title>
    <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-latitude-and-longitude-information-from-a/m-p/680388#M17504</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using ArcGIS Server or ArcGIS Desktop (e.g. ArcMap/ ArcCatalog)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 01 May 2011 18:52:02 GMT</pubDate>
    <dc:creator>Anonymous User</dc:creator>
    <dc:date>2011-05-01T18:52:02Z</dc:date>
    <item>
      <title>Retrieve latitude and longitude information from a web service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-latitude-and-longitude-information-from-a/m-p/680387#M17503</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Not sure if this is the right forum or not. If not, please let me know which forum I should use.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I work for a non-profit organization that uses ArcGIS to map locations of Food Stores (about 500) that donate food to our organization for distribution to people who are in need of food. As a developer with no experience with ArcGIS I was wondering if I could do the following:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Create a vba/vb procedure/module within the ArcGIS environment that would allow me to take an address for a food store, send this info out to a geocoding web service (Bing, Yahoo, and Google), and store or update a data source in ArcGIS with the returned latitude and longitude?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;We usually have about 5 ??? 10 new locations a month. So, depending on the complexity, my thought might be to teach the enduser to manually get this information and then key it into ArcGIS. I also thought of creating a small MS Access or VB app that would prompt the user for the address and then call a free web service to get the latitude and longitude.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;So, if this is something that I can do in ArcGIS, can someone point me in the right direction? Or am I just better off writing a simple app outside of ArcGIS to get the Lat/Long information&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas Kroljic&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 30 Apr 2011 23:12:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-latitude-and-longitude-information-from-a/m-p/680387#M17503</guid>
      <dc:creator>ThomasKroljic</dc:creator>
      <dc:date>2011-04-30T23:12:40Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve latitude and longitude information from a web service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-latitude-and-longitude-information-from-a/m-p/680388#M17504</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Are you using ArcGIS Server or ArcGIS Desktop (e.g. ArcMap/ ArcCatalog)?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 01 May 2011 18:52:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-latitude-and-longitude-information-from-a/m-p/680388#M17504</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2011-05-01T18:52:02Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve latitude and longitude information from a web service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-latitude-and-longitude-information-from-a/m-p/680389#M17505</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;This is an example of what you could do with ArcGIS API: &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AddressToLocation"&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AddressToLocation&lt;/A&gt;&lt;SPAN&gt;. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can also look at our concepts page to see what else you can do with the API and what are the requirements for installation should you choose to go with it. &lt;/SPAN&gt;&lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000006000000.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000006000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Michael's question is valid. If you are using ArcGIS Server already, you can take advantage of its features using our API. If you are not, you can evaluate the API without dependency to a personal ArcGIS server.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;&lt;BR /&gt;You can program with the ArcGIS API for Silverlight/WPF without installing ArcGIS Server or MapIt on your machine if you have access to an ArcGIS Server or a MapIt via a URL. ESRI offers several sample servers to use when getting familiar with creating Silverlight applications. The samples in this help system use these servers. &lt;BR /&gt;&lt;/BLOCKQUOTE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 15:57:07 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-latitude-and-longitude-information-from-a/m-p/680389#M17505</guid>
      <dc:creator>JenniferNery</dc:creator>
      <dc:date>2011-05-02T15:57:07Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve latitude and longitude information from a web service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-latitude-and-longitude-information-from-a/m-p/680390#M17506</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Are you using ArcGIS Server or ArcGIS Desktop (e.g. ArcMap/ ArcCatalog)?&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for the response. We are using the ArcGIS Desktop version 10&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Tom&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 17:45:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-latitude-and-longitude-information-from-a/m-p/680390#M17506</guid>
      <dc:creator>ThomasKroljic</dc:creator>
      <dc:date>2011-05-02T17:45:23Z</dc:date>
    </item>
    <item>
      <title>Re: Retrieve latitude and longitude information from a web service</title>
      <link>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-latitude-and-longitude-information-from-a/m-p/680391#M17507</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;This is an example of what you could do with ArcGIS API: &lt;A href="http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AddressToLocation"&gt;&lt;BR /&gt;http://help.arcgis.com/en/webapi/silverlight/samples/start.htm#AddressToLocation&lt;/A&gt;. &lt;BR /&gt;&lt;BR /&gt;You can also look at our concepts page to see what else you can do with the API and what are the requirements for installation should you choose to go with it. &lt;A href="http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000006000000.htm"&gt;http://help.arcgis.com/en/webapi/silverlight/help/index.html#//016600000006000000.htm&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;Michael's question is valid. If you are using ArcGIS Server already, you can take advantage of its features using our API. If you are not, you can evaluate the API without dependency to a personal ArcGIS server.&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jennifer,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp; Thanks for the information and links. We are running the desktop version of ArcGIS. I'll read up on the information you sent. At this point, not sure if this is over kill for what I would like to do (allow the user to key in an address and get the lat/lng, then allow them to add this information to their data set that is being mapped/displayed in ArcGIS).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thomas&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 02 May 2011 17:52:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-api-for-silverlight-questions/retrieve-latitude-and-longitude-information-from-a/m-p/680391#M17507</guid>
      <dc:creator>ThomasKroljic</dc:creator>
      <dc:date>2011-05-02T17:52:37Z</dc:date>
    </item>
  </channel>
</rss>

