<?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: map zoomed notification in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-zoomed-notification/m-p/324726#M2838</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Divesh! That worked.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sun, 24 Apr 2011 15:20:58 GMT</pubDate>
    <dc:creator>ChristopherEbright</dc:creator>
    <dc:date>2011-04-24T15:20:58Z</dc:date>
    <item>
      <title>map zoomed notification</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-zoomed-notification/m-p/324724#M2836</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am trying to get a notification message for when the map has zoomed, to then fire off another method to do something. I read in the API docs that there is a notification sent out from AGSMapView for "MapDidEndZooming":&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="font-style:italic;"&gt;"The map component broadcasts four notifications - MapViewDidLoad, MapTimeExtentChanged, MapDidEndPanning and MapDidEndZooming. Observers interested in these notifications can register for them using the default NSNotificationCenter."&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have tried this in my viewController implementation:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;self.mapView.layerDelegate = self;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;[[NSNotificationCenter defaultCenter] addObserver:self&amp;nbsp;&amp;nbsp; selector:@selector(didReceiveZoomMessage: ) name:MapDidEndZooming object:nil];&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;but I keep getting error stating the "MapDidEndZooming" is undeclared.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 23 Apr 2011 19:23:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-zoomed-notification/m-p/324724#M2836</guid>
      <dc:creator>ChristopherEbright</dc:creator>
      <dc:date>2011-04-23T19:23:36Z</dc:date>
    </item>
    <item>
      <title>Re: map zoomed notification</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-zoomed-notification/m-p/324725#M2837</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Use @"MapDidEndZooming" as the name argument. It needs to be a string.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Apr 2011 15:06:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-zoomed-notification/m-p/324725#M2837</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2011-04-24T15:06:41Z</dc:date>
    </item>
    <item>
      <title>Re: map zoomed notification</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-zoomed-notification/m-p/324726#M2838</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks Divesh! That worked.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 24 Apr 2011 15:20:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-zoomed-notification/m-p/324726#M2838</guid>
      <dc:creator>ChristopherEbright</dc:creator>
      <dc:date>2011-04-24T15:20:58Z</dc:date>
    </item>
    <item>
      <title>Re: map zoomed notification</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-zoomed-notification/m-p/324727#M2839</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Just curious - Why are these 4 notifications not implemented in a protocol?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 28 Apr 2011 19:49:20 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/map-zoomed-notification/m-p/324727#M2839</guid>
      <dc:creator>JamesRichards1</dc:creator>
      <dc:date>2011-04-28T19:49:20Z</dc:date>
    </item>
  </channel>
</rss>

