<?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 control map  to  move  west�?�east�?�south�?�north in ArcGIS JavaScript Maps SDK Questions</title>
    <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-control-map-to-move-west-east-south-north/m-p/242711#M22469</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Every&amp;nbsp; superiors:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now I have a question like this, [ATTACH=CONFIG]34461[/ATTACH],this can control the map&amp;nbsp; span �?when click the west button[ATTACH=CONFIG]34462[/ATTACH]�?the map can move to left�?when click the east [ATTACH=CONFIG]34463[/ATTACH]�?the map can move to right�?and other like this�?if there is a&amp;nbsp; component in the esri�?or you can the solve&amp;nbsp; method�?wait for your answer�?thanks very very much�??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 10 Jun 2014 02:13:45 GMT</pubDate>
    <dc:creator>xiaoyunnsongb</dc:creator>
    <dc:date>2014-06-10T02:13:45Z</dc:date>
    <item>
      <title>How to control map  to  move  west�?�east�?�south�?�north</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-control-map-to-move-west-east-south-north/m-p/242711#M22469</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Every&amp;nbsp; superiors:&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Now I have a question like this, [ATTACH=CONFIG]34461[/ATTACH],this can control the map&amp;nbsp; span �?when click the west button[ATTACH=CONFIG]34462[/ATTACH]�?the map can move to left�?when click the east [ATTACH=CONFIG]34463[/ATTACH]�?the map can move to right�?and other like this�?if there is a&amp;nbsp; component in the esri�?or you can the solve&amp;nbsp; method�?wait for your answer�?thanks very very much�??&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 10 Jun 2014 02:13:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-control-map-to-move-west-east-south-north/m-p/242711#M22469</guid>
      <dc:creator>xiaoyunnsongb</dc:creator>
      <dc:date>2014-06-10T02:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to control map  to  move  west�?�east�?�south�?�north</title>
      <link>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-control-map-to-move-west-east-south-north/m-p/242712#M22470</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The ESRI web map control has navigation UI controls but they are a bit different to the Google panning control - see this example: &lt;/SPAN&gt;&lt;A href="http://jsbin.com/voxosido" rel="nofollow noopener noreferrer" target="_blank"&gt;http://jsbin.com/voxosido&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;You can enable these pan controls using the 'nav: true' option when creating your map, for example:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;nbsp; &amp;lt;script src="http://js.arcgis.com/3.9/"&amp;gt;&amp;lt;/script&amp;gt;
&amp;nbsp; &amp;lt;script&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp; var map;
&amp;nbsp;&amp;nbsp;&amp;nbsp; require(["esri/map", "dojo/domReady!"], function(Map) {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; map = new Map("mapDiv", {
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; center: [-56.049, 38.485],
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; zoom: 3,
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; basemap: "streets",
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;nav: true&lt;/STRONG&gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&amp;nbsp;&amp;nbsp;&amp;nbsp; });
&amp;nbsp; &amp;lt;/script&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If you really need the control to look like the Google one then you may need to create a custom widget - for more information on custom widgets see: &lt;/SPAN&gt;&lt;A href="https://developers.arcgis.com/javascript/jstutorials/intro_custom_dijit.html" rel="nofollow noopener noreferrer" target="_blank"&gt;https://developers.arcgis.com/javascript/jstutorials/intro_custom_dijit.html&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Owen&lt;/SPAN&gt;&lt;BR /&gt;&lt;A _jive_internal="true" href="https://community.esri.com/www.spatialxp.com.au" target="_blank"&gt;www.spatialxp.com.au&lt;/A&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 12:09:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-javascript-maps-sdk-questions/how-to-control-map-to-move-west-east-south-north/m-p/242712#M22470</guid>
      <dc:creator>OwenEarley</dc:creator>
      <dc:date>2021-12-11T12:09:15Z</dc:date>
    </item>
  </channel>
</rss>

