<?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 display the tooltip when the mouse is over the object in .NET Maps SDK Questions</title>
    <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-the-tooltip-when-the-mouse-is-over/m-p/447821#M5436</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;When the mouse pointer over the object of the graveyard is displayed, it is necessary to display a pop-up window with information on a specific object. How to do it? What event is triggered when the mouse is over the object, and how to handle it?&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 14 Jun 2017 01:14:26 GMT</pubDate>
    <dc:creator>YuriGvozdev</dc:creator>
    <dc:date>2017-06-14T01:14:26Z</dc:date>
    <item>
      <title>How to display the tooltip when the mouse is over the object</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-the-tooltip-when-the-mouse-is-over/m-p/447821#M5436</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;When the mouse pointer over the object of the graveyard is displayed, it is necessary to display a pop-up window with information on a specific object. How to do it? What event is triggered when the mouse is over the object, and how to handle it?&lt;/SPAN&gt;&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 01:14:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-the-tooltip-when-the-mouse-is-over/m-p/447821#M5436</guid>
      <dc:creator>YuriGvozdev</dc:creator>
      <dc:date>2017-06-14T01:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to display the tooltip when the mouse is over the object</title>
      <link>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-the-tooltip-when-the-mouse-is-over/m-p/447822#M5437</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are no event like this. You could use mouse-move events to detect movement, and once the movement stops for a certain amount of time, use the MapView.IdentifyLayersAsync method to perform an identify on the layer(s) you're interested in. If you hit something, then display a popup for the top-most feature returned.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Note: Don't do this on each mouse-move, since this is an expensive operation, so make sure you wait till the mouse has stopped moving (500-1000ms is probably a good number).&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 14 Jun 2017 21:21:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/net-maps-sdk-questions/how-to-display-the-tooltip-when-the-mouse-is-over/m-p/447822#M5437</guid>
      <dc:creator>dotMorten_esri</dc:creator>
      <dc:date>2017-06-14T21:21:08Z</dc:date>
    </item>
  </channel>
</rss>

