<?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: zoomTo methods of AGSMapView don't work if animated is set to NO in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158919#M1453</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the advice. I do check mapView.loaded before doing any of these things. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 21 Nov 2014 22:01:33 GMT</pubDate>
    <dc:creator>JimDabrowski</dc:creator>
    <dc:date>2014-11-21T22:01:33Z</dc:date>
    <item>
      <title>zoomTo methods of AGSMapView don't work if animated is set to NO</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158914#M1448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Whenever I try to use one of the zoomTo methods on my AGSMapView, if I set the animated property to NO, the map fails to zoom to the provided envelope, scale, factor, etc. If I set the animated property to YES, it works just fine. Any thoughts as to what I could be doing wrong or is this normal behavior for the AGSMapView on iOS? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Nov 2014 16:57:47 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158914#M1448</guid>
      <dc:creator>JimDabrowski</dc:creator>
      <dc:date>2014-11-20T16:57:47Z</dc:date>
    </item>
    <item>
      <title>Re: zoomTo methods of AGSMapView don't work if animated is set to NO</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158915#M1449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I tested the following code and it works for both animated true and false.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AGSTiledMapServiceLayer&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; *tiledLayer = [[&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AGSTiledMapServiceLayer&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;alloc&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;] &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;initWithURL&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;:[&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;NSURL&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;URLWithString&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN&gt;@"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Topo_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;]];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;SPAN class="s4"&gt;self&lt;/SPAN&gt;.&lt;SPAN class="s5"&gt;mapView&lt;/SPAN&gt; &lt;SPAN class="s3"&gt;addMapLayer&lt;/SPAN&gt;:tiledLayer &lt;SPAN class="s3"&gt;withName&lt;/SPAN&gt;:&lt;SPAN class="s6"&gt;@"Tiled Layer"&lt;/SPAN&gt;];&lt;/P&gt;&lt;P class="p3"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s1"&gt;[&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;self&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;mapView&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;zoomToEnvelope&lt;SPAN class="s1"&gt;:[[&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AGSEnvelope&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;alloc&lt;SPAN class="s1"&gt;]&lt;/SPAN&gt;initWithXmin&lt;SPAN class="s1"&gt;:-&lt;/SPAN&gt;&lt;SPAN class="s7"&gt;14225623&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;ymin&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s7"&gt;3997718&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;xmax&lt;SPAN class="s1"&gt;:-&lt;/SPAN&gt;&lt;SPAN class="s7"&gt;12139951&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;ymax&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s7"&gt;5041807&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;spatialReference&lt;SPAN class="s1"&gt;:[[&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AGSSpatialReference&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;alloc&lt;SPAN class="s1"&gt;] &lt;/SPAN&gt;initWithWKID&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s7"&gt;102100&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;] ] &lt;/SPAN&gt;animated&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;false&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;SPAN class="s1"&gt;Please also check &lt;A href="https://developers.arcgis.com/ios/objective-c/guide/iphonesdk-mapnavigation.htm" title="https://developers.arcgis.com/ios/objective-c/guide/iphonesdk-mapnavigation.htm"&gt;Navigating the map—ArcGIS Runtime SDK for iOS | ArcGIS for Developers&lt;/A&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p4"&gt;&lt;/P&gt;&lt;P class="p4"&gt;Is there anything different in your code?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 00:08:16 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158915#M1449</guid>
      <dc:creator>MengyiGuo</dc:creator>
      <dc:date>2014-11-21T00:08:16Z</dc:date>
    </item>
    <item>
      <title>Re: zoomTo methods of AGSMapView don't work if animated is set to NO</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158916#M1450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for replying. My code is different in detail but not in concept. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I instantiate and load all my map layers (11 total, 5 feature layers from our own ags server and 6 graphics layers), then in the mapViewDidLoad delegate method I decide which point to center and zoom on (depends on what type of thing is being viewed in my program), create an AGSPoint object out of pre-saved coordinates and then call zoomToScale:withCenterPoint:animated. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;At this point, if the animated property is set to NO, the map will not zoom to the&amp;nbsp; given point and oftentimes ends up at (0,0), or sometimes stops somewhere in northern Canada. If I set the animated property to YES, it always works just fine. I've tried other zoomTo methods and the result tends to be the same. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I will probably try to create a separate app and try to replicate and narrow down what is happening. Perhaps what I described above will give you some additional insight into my particular problem. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for helping out. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 18:08:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158916#M1450</guid>
      <dc:creator>JimDabrowski</dc:creator>
      <dc:date>2014-11-21T18:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: zoomTo methods of AGSMapView don't work if animated is set to NO</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158917#M1451</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you for providing additional information. From what you described, I think maybe check spacial reference of your basemap, layers and the point. You can also post your simplified code here so that I can get a better idea of what happened.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 18:17:52 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158917#M1451</guid>
      <dc:creator>MengyiGuo</dc:creator>
      <dc:date>2014-11-21T18:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: zoomTo methods of AGSMapView don't work if animated is set to NO</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158918#M1452</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Jim,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please make sure the map has been loaded before calling the zoom method. Have you tried the simple sample at &lt;A href="https://github.com/Esri/arcgis-runtime-samples-ios" title="https://github.com/Esri/arcgis-runtime-samples-ios"&gt;Esri/arcgis-runtime-samples-ios · GitHub&lt;/A&gt; ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Cheers&lt;/P&gt;&lt;P&gt;Al&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 21:58:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158918#M1452</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-11-21T21:58:33Z</dc:date>
    </item>
    <item>
      <title>Re: zoomTo methods of AGSMapView don't work if animated is set to NO</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158919#M1453</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the advice. I do check mapView.loaded before doing any of these things. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 22:01:33 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158919#M1453</guid>
      <dc:creator>JimDabrowski</dc:creator>
      <dc:date>2014-11-21T22:01:33Z</dc:date>
    </item>
    <item>
      <title>Re: zoomTo methods of AGSMapView don't work if animated is set to NO</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158920#M1454</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And if you set the animation flag to YES it works? But if the flag is set to NO it doesn't work?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 22:05:38 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158920#M1454</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-11-21T22:05:38Z</dc:date>
    </item>
    <item>
      <title>Re: zoomTo methods of AGSMapView don't work if animated is set to NO</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158921#M1455</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Exactly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Inspired by what Mengyi Guo stated above, I did try to convert my AGSPoint objects into AGSGeometry objects and re-project them specifically to the map's spatial reference. I then used the zoomToGeometry:withPadding:animated method and it worked with the animated property set to NO. This leads me to think the problem may be related to point and map spatial references not being aligned. But I find it curious that it works when animated, but not when not animated. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Nov 2014 22:15:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158921#M1455</guid>
      <dc:creator>JimDabrowski</dc:creator>
      <dc:date>2014-11-21T22:15:39Z</dc:date>
    </item>
    <item>
      <title>Re: zoomTo methods of AGSMapView don't work if animated is set to NO</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158922#M1456</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Using your code we can reproduce that issue. Support will submit a bug, thanks so much for reporting it.&lt;/P&gt;&lt;P&gt;To summarize:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; This zooms to the correct point:&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;AGSPoint&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; *zoomPoint = [&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;AGSPoint&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;pointWithX&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:-&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;13161494&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;y&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;4040965&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;spatialReference&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:[&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;AGSSpatialReference&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;webMercatorSpatialReference&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;]];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s2"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;self&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;mapView&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;zoomToScale&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;18035.742100270665&lt;/SPAN&gt;&lt;SPAN class="s2"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;withCenterPoint&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:zoomPoint &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;animated&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;YES&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This zooms to point 0,0 in the map:&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AGSPoint&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; *zoomPoint = [&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AGSPoint&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;pointWithX&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;:-&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;13161494&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;y&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;4040965&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;spatialReference&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;:[&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AGSSpatialReference&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;webMercatorSpatialReference&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;]];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;self&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;mapView&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;zoomToScale&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;18035.742100270665&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;withCenterPoint&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;:zoomPoint &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;animated&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;NO&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;The only difference is the animated flag. A workaround for now is to create a AGSPolygon from that point or an AGSGeometry.&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;Thanks again for reporting this.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 30 Dec 2014 22:03:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158922#M1456</guid>
      <dc:creator>Anonymous User</dc:creator>
      <dc:date>2014-12-30T22:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: zoomTo methods of AGSMapView don't work if animated is set to NO</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158923#M1457</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the same issue. Anyone got any sample code for the work around? How do I get the AGSGeometry from point and zoom scale?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 22 Sep 2015 22:32:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/zoomto-methods-of-agsmapview-don-t-work-if/m-p/158923#M1457</guid>
      <dc:creator>AkhilChoran_Balan</dc:creator>
      <dc:date>2015-09-22T22:32:59Z</dc:date>
    </item>
  </channel>
</rss>

