<?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 Want More Accurate LatLong in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/want-more-accurate-latlong/m-p/257171#M1685</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i m using Arcgis map for my site but i have one problem with latlong..there is only xx.xxx latitude value but i&amp;nbsp;want more accurate latlong...is it possible ..? And if Possible than please help me out how can i get.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 30 Sep 2019 09:36:16 GMT</pubDate>
    <dc:creator>NishidhKhanapara</dc:creator>
    <dc:date>2019-09-30T09:36:16Z</dc:date>
    <item>
      <title>Want More Accurate LatLong</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/want-more-accurate-latlong/m-p/257171#M1685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi i m using Arcgis map for my site but i have one problem with latlong..there is only xx.xxx latitude value but i&amp;nbsp;want more accurate latlong...is it possible ..? And if Possible than please help me out how can i get.....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2019 09:36:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/want-more-accurate-latlong/m-p/257171#M1685</guid>
      <dc:creator>NishidhKhanapara</dc:creator>
      <dc:date>2019-09-30T09:36:16Z</dc:date>
    </item>
    <item>
      <title>Re: Want More Accurate LatLong</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/want-more-accurate-latlong/m-p/257172#M1686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Assuming you are asking about setting a more accurate latitude/longitude to your &lt;STRONG&gt;ArcGISMap&lt;/STRONG&gt;&amp;nbsp;(i.e. one which has more than three decimal places), then yes it is possible. For example, see the &lt;A href="https://developers.arcgis.com/android/latest/api-reference/reference/com/esri/arcgisruntime/mapping/ArcGISMap.html#%3Cinit%3E(com.esri.arcgisruntime.mapping.Basemap.Type,double,double,int)"&gt;following constructor&lt;/A&gt;:&lt;/P&gt;&lt;PRE style="color: #000000; background-color: #ffffff; font-size: 9.0pt;"&gt;ArcGISMap map = &lt;SPAN style="color: #000080; font-weight: bold;"&gt;new &lt;/SPAN&gt;ArcGISMap(Basemap.Type.&lt;SPAN style="color: #660e7a; font-weight: bold;"&gt;NATIONAL_GEOGRAPHIC&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;56.075844&lt;/SPAN&gt;, -&lt;SPAN style="color: #0000ff;"&gt;2.681572&lt;/SPAN&gt;, &lt;SPAN style="color: #0000ff;"&gt;10&lt;/SPAN&gt;);&lt;/PRE&gt;&lt;P&gt;Where 56.075844 is the latitude, and -2.681572 is the longitude.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You may also find &lt;A href="https://github.com/Esri/arcgis-runtime-samples-android/blob/master/java/add-graphics-symbols/src/main/java/com/esri/arcgisruntime/sample/addgraphicssymbols/MainActivity.java"&gt;this sample&lt;/A&gt; helpful for setting up a map to load on particular lat/long. It will also show you how to add points to the map with very detailed x/y co-ordinates. You may also find it helpful to refer to the &lt;A href="https://developers.arcgis.com/android/latest/api-reference/reference/index.html"&gt;API Ref&amp;nbsp;for the ArcGIS Runtime for Android&lt;/A&gt;.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 30 Sep 2019 10:45:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/want-more-accurate-latlong/m-p/257172#M1686</guid>
      <dc:creator>Rachael_Ellen</dc:creator>
      <dc:date>2019-09-30T10:45:01Z</dc:date>
    </item>
    <item>
      <title>Re: Want More Accurate LatLong</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/want-more-accurate-latlong/m-p/257173#M1687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Accuracy&amp;nbsp;&lt;SPAN style="color: #222222; background-color: #ffffff; font-size: 16px;"&gt;represents how close a measurement comes to its true value. Y&lt;/SPAN&gt;ou're actually talking about precision, and significant digits. A .0001 difference is latitude is ~10-11 meters.You need to ask yourself - is your data that precise to start with? Autonomous GPS data would be fine with three decimals only. Take a look at the map scale you are using and see if increased precision will impact your work or not.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 01 Oct 2019 14:28:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/want-more-accurate-latlong/m-p/257173#M1687</guid>
      <dc:creator>EricCollinsOVV</dc:creator>
      <dc:date>2019-10-01T14:28:02Z</dc:date>
    </item>
  </channel>
</rss>

