<?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: Are Esri's lattitude and longitude values the opposite of Google map's lattitude and longitude? in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660303#M61631</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... I like that quote!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 17 Jan 2018 22:54:32 GMT</pubDate>
    <dc:creator>RebeccaStrauch__GISP</dc:creator>
    <dc:date>2018-01-17T22:54:32Z</dc:date>
    <item>
      <title>Are Esri's lattitude and longitude values the opposite of Google map's lattitude and longitude?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660298#M61626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Let's say I search for an address on Google and I get its latitude and longitude values as&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;// Google Maps&lt;/SPAN&gt;

&lt;SPAN class="number token"&gt;57.44352239876&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;// lat&lt;/SPAN&gt;
&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;133.8994923441&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;// long‍‍‍‍‍‍‍‍&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&lt;BR /&gt;If I search for the same address on ESRI maps, I get the values as&amp;nbsp;&lt;/P&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&lt;CODE&gt;&lt;SPAN class="comment token"&gt;// ESRI&lt;/SPAN&gt;

&lt;SPAN class="operator token"&gt;-&lt;/SPAN&gt;&lt;SPAN class="number token"&gt;133.8994923441&lt;/SPAN&gt; &lt;SPAN class="comment token"&gt;// lat&lt;/SPAN&gt;
&lt;SPAN class="number token"&gt;57.44352239876&lt;/SPAN&gt;&amp;nbsp; &lt;SPAN class="comment token"&gt;// long‍‍‍‍‍‍‍‍‍‍‍‍&lt;/SPAN&gt;&lt;SPAN class="line-numbers-rows"&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;SPAN&gt;‍&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;If that is indeed the case, why is it so? Or is my assumption of those two being opposite is wrong?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 12 Dec 2021 03:55:48 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660298#M61626</guid>
      <dc:creator>NisarAhmed</dc:creator>
      <dc:date>2021-12-12T03:55:48Z</dc:date>
    </item>
    <item>
      <title>Re: Are Esri's lattitude and longitude values the opposite of Google map's lattitude and longitude?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660299#M61627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Nisar,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp;No that is not the case. Google return the coordinate order as lat lon (y,x) and esri return the order as Lon Lat (x, y) but esri specifies that the order the coordinates are returned are XY. When working with geographic coordinates you would normally say "Give me the Lat and Long" (which is Y and X), but GIS technology always states it as XY.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660299#M61627</guid>
      <dc:creator>RobertScheitlin__GISP</dc:creator>
      <dc:date>2018-01-11T13:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Are Esri's lattitude and longitude values the opposite of Google map's lattitude and longitude?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660300#M61628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;X and Y&amp;nbsp; like on graph paper.&amp;nbsp; X is longitude, Y is latitude&lt;/P&gt;&lt;P&gt;There is a history why people say latitude/longitude, sadly... you just have to remember which is which.&lt;/P&gt;&lt;P&gt;Esri has them in the correct order for mapping, Google switches them to conform to the way people 'say' and do things.&amp;nbsp; To complicate things, sometimes the negative signs are dropped in favor of a N, S, E, W naming convention. S and W are negative for both&lt;/P&gt;&lt;P&gt;Just make sure you are aware of what you get and how you query&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 13:49:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660300#M61628</guid>
      <dc:creator>DanPatterson_Retired</dc:creator>
      <dc:date>2018-01-11T13:49:12Z</dc:date>
    </item>
    <item>
      <title>Re: Are Esri's lattitude and longitude values the opposite of Google map's lattitude and longitude?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660301#M61629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The G of GIS isn't Google....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;See:&amp;nbsp;&amp;nbsp;&lt;A href="https://community.esri.com/thread/207729"&gt;Updating well locations and suddenly lat/longs not displaying correctly?&lt;/A&gt;&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 11 Jan 2018 15:13:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660301#M61629</guid>
      <dc:creator>JoeBorgione</dc:creator>
      <dc:date>2018-01-11T15:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Are Esri's lattitude and longitude values the opposite of Google map's lattitude and longitude?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660302#M61630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Dan, Robert, and Joe for clearing that out. It makes sense now.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 12 Jan 2018 04:53:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660302#M61630</guid>
      <dc:creator>NisarAhmed</dc:creator>
      <dc:date>2018-01-12T04:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: Are Esri's lattitude and longitude values the opposite of Google map's lattitude and longitude?</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660303#M61631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;... I like that quote!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 17 Jan 2018 22:54:32 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/are-esri-s-lattitude-and-longitude-values-the/m-p/660303#M61631</guid>
      <dc:creator>RebeccaStrauch__GISP</dc:creator>
      <dc:date>2018-01-17T22:54:32Z</dc:date>
    </item>
  </channel>
</rss>

