<?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 How to determine geographic coordinates of an object found using a local locator (.loc file) in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-determine-geographic-coordinates-of-an/m-p/72291#M770</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="" data-fulltext="" data-placeholder="Перевод" dir="ltr" style="color: #212121; background-color: #ffffff; border: none; font-size: 16px !important; padding: 0px 0.14em 0px 0px;"&gt;&lt;SPAN lang="en"&gt;I search for objects on the map using the local locator. The search works and finds objects. But I can not understand how to extract the geographical coordinates of the found volume from the search results.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Jun 2017 01:37:49 GMT</pubDate>
    <dc:creator>YuriGvozdev</dc:creator>
    <dc:date>2017-06-07T01:37:49Z</dc:date>
    <item>
      <title>How to determine geographic coordinates of an object found using a local locator (.loc file)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-determine-geographic-coordinates-of-an/m-p/72291#M770</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="" data-fulltext="" data-placeholder="Перевод" dir="ltr" style="color: #212121; background-color: #ffffff; border: none; font-size: 16px !important; padding: 0px 0.14em 0px 0px;"&gt;&lt;SPAN lang="en"&gt;I search for objects on the map using the local locator. The search works and finds objects. But I can not understand how to extract the geographical coordinates of the found volume from the search results.&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 01:37:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-determine-geographic-coordinates-of-an/m-p/72291#M770</guid>
      <dc:creator>YuriGvozdev</dc:creator>
      <dc:date>2017-06-07T01:37:49Z</dc:date>
    </item>
    <item>
      <title>Re: How to determine geographic coordinates of an object found using a local locator (.loc file)</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-determine-geographic-coordinates-of-an/m-p/72292#M771</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Yuri,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could set the&amp;nbsp;&lt;STRONG&gt;OutputSpatialReference&lt;/STRONG&gt; of the GeocodeParameters to "&lt;STRONG&gt;SpatialReferences.Wgs84&lt;/STRONG&gt;" to get the geographical coordinates&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;GeocodeParameters gcParams = new GeocodeParameters();&lt;BR /&gt; gcParams.OutputSpatialReference = SpatialReferences.Wgs84;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;IReadOnlyList&amp;lt;GeocodeResult&amp;gt; results = await localLocatorTask.GeocodeAsync("address", gcParams);&lt;/P&gt;&lt;P&gt;Debug.WriteLine("Latitude: " + results[0].InputLocation.Y + " Longitude: " + results[0].InputLocation.X);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope that helps. Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Nagma&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Jun 2017 02:27:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-determine-geographic-coordinates-of-an/m-p/72292#M771</guid>
      <dc:creator>NagmaYasmin</dc:creator>
      <dc:date>2017-06-07T02:27:46Z</dc:date>
    </item>
  </channel>
</rss>

