<?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 zoom back and zoom foreward in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoom-back-and-zoom-foreward/m-p/307719#M2741</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have a quastion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How i can create the commands for zoom back and foreward?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;some suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 13 Apr 2012 13:27:27 GMT</pubDate>
    <dc:creator>LucaAlferi1</dc:creator>
    <dc:date>2012-04-13T13:27:27Z</dc:date>
    <item>
      <title>zoom back and zoom foreward</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoom-back-and-zoom-foreward/m-p/307719#M2741</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;i have a quastion.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How i can create the commands for zoom back and foreward?&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;some suggestions?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 13:27:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoom-back-and-zoom-foreward/m-p/307719#M2741</guid>
      <dc:creator>LucaAlferi1</dc:creator>
      <dc:date>2012-04-13T13:27:27Z</dc:date>
    </item>
    <item>
      <title>Re: zoom back and zoom foreward</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoom-back-and-zoom-foreward/m-p/307720#M2742</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, it is possible to create these commands. Here are the steps you should follow...&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;1. Create a retain property of NSMutableArray.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;2. Listen to the "MapDidEndZooming" notification.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;3. Add self.mapView.visibleArea.envelope to the array created in step 1.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;4. From "Go Back" and "Go Forward" get the respective extent and zoom.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Apr 2012 15:47:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoom-back-and-zoom-foreward/m-p/307720#M2742</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2012-04-16T15:47:24Z</dc:date>
    </item>
    <item>
      <title>Re: zoom back and zoom foreward</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoom-back-and-zoom-foreward/m-p/307721#M2743</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;There are also methods of the mapView that you can use, for example, i have a project that has buttons for zoom in and zoom out and i set the actions on those as follows:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;-(void)didTapZoomInButton:(id)sender {
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; [self.mapView zoomIn:YES];

}

-(void)didTapZoomOutButton:(id)sender {
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
&amp;nbsp;&amp;nbsp;&amp;nbsp; [self.mapView zoomOut:YES];
&amp;nbsp;&amp;nbsp;&amp;nbsp; 
}&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 14:43:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoom-back-and-zoom-foreward/m-p/307721#M2743</guid>
      <dc:creator>ChristopherEbright</dc:creator>
      <dc:date>2021-12-11T14:43:57Z</dc:date>
    </item>
  </channel>
</rss>

