<?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:  Generate coordinates on mouse move in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/generate-coordinates-on-mouse-move/m-p/688336#M8688</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks , im going to check it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 24 Oct 2018 20:56:42 GMT</pubDate>
    <dc:creator>AlexVelez</dc:creator>
    <dc:date>2018-10-24T20:56:42Z</dc:date>
    <item>
      <title>Generate coordinates on mouse move</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/generate-coordinates-on-mouse-move/m-p/688334#M8686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;In a WPF application i need to add a panel inside the map with the current coordinate based on mouse position and is refreshing every time that the mouse is moved&lt;/P&gt;&lt;P&gt;something like this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="" class="image-1 jive-image j-img-original" src="https://community.esri.com/legacyfs/online/425271_a.PNG" /&gt;&lt;/P&gt;&lt;P&gt;What can i do?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 19:09:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/generate-coordinates-on-mouse-move/m-p/688334#M8686</guid>
      <dc:creator>AlexVelez</dc:creator>
      <dc:date>2018-10-24T19:09:24Z</dc:date>
    </item>
    <item>
      <title>Re:  Generate coordinates on mouse move</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/generate-coordinates-on-mouse-move/m-p/688335#M8687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Alex,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The &lt;A href="https://github.com/Esri/arcgis-runtime-samples-dotnet/tree/master/src/WPF/ArcGISRuntime.WPF.Viewer/Samples/Geometry/FormatCoordinates" rel="nofollow noopener noreferrer" target="_blank"&gt;Format coordinates&lt;/A&gt; sample demonstrates how to show coordinates in Degrees/Minutes/Seconds format when clicking on the map.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you replace&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;MyMapView.GeoViewTapped += (sender, args) =&amp;gt; { UpdateUIFromMapPoint(args.Location); }; &lt;/PRE&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;with
MyMapView.MouseMove += (sender, args) =&amp;gt; { UpdateUIFromMapPoint(MyMapView.ScreenToLocation(args.GetPosition(MyMapView)));};&lt;/PRE&gt;&lt;P&gt;You should get the behavior you want - coordinates refreshing whenever the mouse moves. Let me know if that works for you.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 16:48:06 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/generate-coordinates-on-mouse-move/m-p/688335#M8687</guid>
      <dc:creator>NathanCastle1</dc:creator>
      <dc:date>2021-12-12T16:48:06Z</dc:date>
    </item>
    <item>
      <title>Re:  Generate coordinates on mouse move</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/generate-coordinates-on-mouse-move/m-p/688336#M8688</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;thanks , im going to check it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 24 Oct 2018 20:56:42 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/generate-coordinates-on-mouse-move/m-p/688336#M8688</guid>
      <dc:creator>AlexVelez</dc:creator>
      <dc:date>2018-10-24T20:56:42Z</dc:date>
    </item>
  </channel>
</rss>

