<?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: coordinates singletap mapview in ArcGIS Runtime SDK for Android Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-singletap-mapview/m-p/742983#M5225</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/222837"&gt;Mohamed EzzerI&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did the previous example help resolve your issue?&amp;nbsp; If so, would you please mark it as correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 28 Jul 2016 20:49:48 GMT</pubDate>
    <dc:creator>AlexanderNohe1</dc:creator>
    <dc:date>2016-07-28T20:49:48Z</dc:date>
    <item>
      <title>coordinates singletap mapview</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-singletap-mapview/m-p/742981#M5223</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How to get coordinates on singletap mapview ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 14:49:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-singletap-mapview/m-p/742981#M5223</guid>
      <dc:creator>MohamedEzzerI</dc:creator>
      <dc:date>2016-07-28T14:49:15Z</dc:date>
    </item>
    <item>
      <title>Re: coordinates singletap mapview</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-singletap-mapview/m-p/742982#M5224</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;SPAN style="color: #9876aa;"&gt;mMapView&lt;/SPAN&gt;.setOnSingleTapListener(&lt;SPAN style="color: #cc7832;"&gt;new &lt;/SPAN&gt;OnSingleTapListener() {
&amp;nbsp; &lt;SPAN style="color: #bbb529;"&gt;@Override &lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;public void &lt;/SPAN&gt;&lt;SPAN style="color: #ffc66d;"&gt;onSingleTap&lt;/SPAN&gt;(&lt;SPAN style="color: #cc7832;"&gt;float &lt;/SPAN&gt;v&lt;SPAN style="color: #cc7832;"&gt;, float &lt;/SPAN&gt;v1) {
&amp;nbsp; Point p = &lt;SPAN style="color: #9876aa;"&gt;mMapView&lt;/SPAN&gt;.&lt;SPAN style="background-color: #344134;"&gt;toMapPoint&lt;/SPAN&gt;(v&lt;SPAN style="color: #cc7832;"&gt;,&lt;/SPAN&gt;v1)&lt;SPAN style="color: #cc7832;"&gt;;
&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Point newPoint =
&amp;nbsp; (Point) GeometryEngine.&lt;SPAN style="font-style: italic;"&gt;project&lt;/SPAN&gt;(p&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #9876aa;"&gt;mMapView&lt;/SPAN&gt;.getSpatialReference()&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;SpatialReference.&lt;SPAN style="font-style: italic;"&gt;create&lt;/SPAN&gt;(&lt;SPAN style="color: #6897bb;"&gt;4326&lt;/SPAN&gt;))&lt;SPAN style="color: #cc7832;"&gt;;
&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;Log.&lt;SPAN style="font-style: italic;"&gt;e&lt;/SPAN&gt;(&lt;SPAN style="color: #6a8759;"&gt;"NewPointCoords"&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;, &lt;/SPAN&gt;&lt;SPAN style="color: #6a8759;"&gt;"" &lt;/SPAN&gt;+ newPoint.getX() + &lt;SPAN style="color: #6a8759;"&gt;" " &lt;/SPAN&gt;+ newPoint.getY())&lt;SPAN style="color: #cc7832;"&gt;;
&lt;/SPAN&gt;&lt;SPAN style="color: #cc7832;"&gt;&amp;nbsp; &lt;/SPAN&gt;}
})&lt;SPAN style="color: #cc7832;"&gt;;&lt;/SPAN&gt;



&lt;/PRE&gt;&lt;P&gt;This would give you the coordinates in spatial reference 4326&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 07:37:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-singletap-mapview/m-p/742982#M5224</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2021-12-12T07:37:00Z</dc:date>
    </item>
    <item>
      <title>Re: coordinates singletap mapview</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-singletap-mapview/m-p/742983#M5225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi &lt;A href="https://community.esri.com/migrated-users/222837"&gt;Mohamed EzzerI&lt;/A&gt;​,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Did the previous example help resolve your issue?&amp;nbsp; If so, would you please mark it as correct?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Jul 2016 20:49:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-singletap-mapview/m-p/742983#M5225</guid>
      <dc:creator>AlexanderNohe1</dc:creator>
      <dc:date>2016-07-28T20:49:48Z</dc:date>
    </item>
    <item>
      <title>Re: coordinates singletap mapview</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-singletap-mapview/m-p/1106601#M5620</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;Can you provide an alternate method for the&amp;nbsp;setOnSingleTapListener in ArcGis 100 in Android?&lt;/P&gt;</description>
      <pubDate>Tue, 12 Oct 2021 06:22:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-android-questions/coordinates-singletap-mapview/m-p/1106601#M5620</guid>
      <dc:creator>NikhilPawar</dc:creator>
      <dc:date>2021-10-12T06:22:32Z</dc:date>
    </item>
  </channel>
</rss>

