<?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 Coordinate positioning in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-coordinate-positioning/m-p/443940#M40992</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello superior�?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am a newer to arcgis,now I&amp;nbsp; have a question, open you can help me. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; There is a button&amp;nbsp; on map, when I onclick the button ,Pop&amp;nbsp; a dialog, title is&amp;nbsp; Coordinate Location, on the left&amp;nbsp; is&amp;nbsp; two Radio Buttons�?default is top one�? and the right is two input texts�?when click the first radio buttons�?the right is two input texts �?you can input&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;longitude and latitude like 110.1234&amp;nbsp; in it [ATTACH=CONFIG]34069[/ATTACH]; when click the second radio button&amp;nbsp; the right&amp;nbsp; is&amp;nbsp; longitude&amp;nbsp; is three input text [ATTACH=CONFIG]34070[/ATTACH](or&amp;nbsp; the component like it ) (Minute and second degree) .when click ok, go to check longitude is -180---180,latitude is -90----90,when check&amp;nbsp; ok&amp;nbsp; ,go to location on the map, holp you can help ,thanks very much&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 25 May 2014 14:03:19 GMT</pubDate>
    <dc:creator>xiaoyunnsongb</dc:creator>
    <dc:date>2014-05-25T14:03:19Z</dc:date>
    <item>
      <title>How to Coordinate positioning</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-coordinate-positioning/m-p/443940#M40992</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hello superior�?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; I am a newer to arcgis,now I&amp;nbsp; have a question, open you can help me. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; There is a button&amp;nbsp; on map, when I onclick the button ,Pop&amp;nbsp; a dialog, title is&amp;nbsp; Coordinate Location, on the left&amp;nbsp; is&amp;nbsp; two Radio Buttons�?default is top one�? and the right is two input texts�?when click the first radio buttons�?the right is two input texts �?you can input&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;longitude and latitude like 110.1234&amp;nbsp; in it [ATTACH=CONFIG]34069[/ATTACH]; when click the second radio button&amp;nbsp; the right&amp;nbsp; is&amp;nbsp; longitude&amp;nbsp; is three input text [ATTACH=CONFIG]34070[/ATTACH](or&amp;nbsp; the component like it ) (Minute and second degree) .when click ok, go to check longitude is -180---180,latitude is -90----90,when check&amp;nbsp; ok&amp;nbsp; ,go to location on the map, holp you can help ,thanks very much&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 25 May 2014 14:03:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-coordinate-positioning/m-p/443940#M40992</guid>
      <dc:creator>xiaoyunnsongb</dc:creator>
      <dc:date>2014-05-25T14:03:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Coordinate positioning</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-coordinate-positioning/m-p/443941#M40993</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Xiaoyunn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I am having a little bit of hard time understanding the issue that you are encountering but I would like to help. Could you elaborate more on the issue? Are you working with a JavaScript sample? &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;-Marla K.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 27 May 2014 23:10:54 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-coordinate-positioning/m-p/443941#M40993</guid>
      <dc:creator>MarlaKostuk</dc:creator>
      <dc:date>2014-05-27T23:10:54Z</dc:date>
    </item>
    <item>
      <title>Re: How to Coordinate positioning</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-coordinate-positioning/m-p/443942#M40994</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Original User: pepatosp&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hi Xiaoyunn,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I got it right, you need to center (maybe center and zoom) the map on the coordinates inputed by your applications' users. Am I right?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If so, all you need to do is to create a Point instance and use the &lt;/SPAN&gt;&lt;A href="http://developers.arcgis.com/javascript/jsapi/map-amd.html#centerat"&gt;centerAt&lt;/A&gt;&lt;SPAN&gt; (or centerAndZoom if you want to also zoom on it) method of the map instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can learn about how to create a map instance on this link: &lt;/SPAN&gt;&lt;A href="http://developers.arcgis.com/javascript/jssamples/map_simple.html"&gt;http://developers.arcgis.com/javascript/jssamples/map_simple.html&lt;/A&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Best, &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Roberto Pepato&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 28 May 2014 12:02:00 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-coordinate-positioning/m-p/443942#M40994</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-05-28T12:02:00Z</dc:date>
    </item>
    <item>
      <title>Re: How to Coordinate positioning</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-coordinate-positioning/m-p/443943#M40995</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks&amp;nbsp; to&amp;nbsp; every superiors�?I&amp;nbsp; have done&amp;nbsp; it. Wish happy to you and your family &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 03 Jun 2014 13:07:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-coordinate-positioning/m-p/443943#M40995</guid>
      <dc:creator>xiaoyunnsongb</dc:creator>
      <dc:date>2014-06-03T13:07:30Z</dc:date>
    </item>
  </channel>
</rss>

