<?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: Evento no mapa obter latitude e longitude in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/evento-no-mapa-obter-latitude-e-longitude/m-p/619677#M57890</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Valderli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From using Google Translate, I attempted to read this in English.&lt;/P&gt;&lt;P&gt;Can you not just user the "mouse-over" event in the JavaScript in place of the "click" event? Does this not do anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an example in here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jssamples/fl_hover.html" title="https://developers.arcgis.com/javascript/3/jssamples/fl_hover.html"&gt;Feature layer hover | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This one mentions the mouse-over event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jssamples/query_hoverinfowindow.html" title="https://developers.arcgis.com/javascript/3/jssamples/query_hoverinfowindow.html"&gt;Show info window on mouse hover | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Information on mouse hovering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 15 May 2016 03:56:03 GMT</pubDate>
    <dc:creator>AdrianWelsh</dc:creator>
    <dc:date>2016-05-15T03:56:03Z</dc:date>
    <item>
      <title>Evento no mapa obter latitude e longitude</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/evento-no-mapa-obter-latitude-e-longitude/m-p/619676#M57889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Estou utilizando Arc&lt;SPAN style="font-weight: bold;"&gt;GIS&lt;/SPAN&gt; API JavaScript 4.0 e estou tentando retornar com mapPoint a latitude e longitude a partir do mapa, mas única maneira que consegui foi com "click":&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; view.on("click", function(evt) {&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; // Get the coordinates of the click on the view&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var lat = (evt.mapPoint.latitude).toFixed(2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; var lon = (evt.mapPoint.longitude).toFixed(2);&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; dom.byId("info").innerHTML = lat + ", " + lon;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; });&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;Gostaria de saber se é possível fazer com evento ao passar o mouse (por exemplo: load, mosue-over, hover)?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 12pt;"&gt;obrigado&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 14 May 2016 02:57:10 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/evento-no-mapa-obter-latitude-e-longitude/m-p/619676#M57889</guid>
      <dc:creator>Valderli_JorgePiontekowski</dc:creator>
      <dc:date>2016-05-14T02:57:10Z</dc:date>
    </item>
    <item>
      <title>Re: Evento no mapa obter latitude e longitude</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/evento-no-mapa-obter-latitude-e-longitude/m-p/619677#M57890</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Valderli,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;From using Google Translate, I attempted to read this in English.&lt;/P&gt;&lt;P&gt;Can you not just user the "mouse-over" event in the JavaScript in place of the "click" event? Does this not do anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There is an example in here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jssamples/fl_hover.html" title="https://developers.arcgis.com/javascript/3/jssamples/fl_hover.html"&gt;Feature layer hover | ArcGIS API for JavaScript&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This one mentions the mouse-over event.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I found here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://developers.arcgis.com/javascript/3/jssamples/query_hoverinfowindow.html" title="https://developers.arcgis.com/javascript/3/jssamples/query_hoverinfowindow.html"&gt;Show info window on mouse hover | ArcGIS API for JavaScript&lt;/A&gt; &lt;/P&gt;&lt;P&gt;Information on mouse hovering.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I hope this helps. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 15 May 2016 03:56:03 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/evento-no-mapa-obter-latitude-e-longitude/m-p/619677#M57890</guid>
      <dc:creator>AdrianWelsh</dc:creator>
      <dc:date>2016-05-15T03:56:03Z</dc:date>
    </item>
  </channel>
</rss>

