<?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: AGSMapView endless horizontal scrolling in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-endless-horizontal-scrolling/m-p/504759#M4325</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdelrahman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The `&lt;SPAN style="background-color: #ffffff;"&gt;AGSBackgroundGrid&lt;/SPAN&gt;` is just for the appearance of the AGSMapView's background only. You cannot limit scrolling of mapView using that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scrolling of mapView is dependant on the map's base layer's spatial reference and `wrapAroundMode`. You can set AGSMapView's `wrapAroundMode` to `AGSWrapAroundModeDisabled` to limit the horizontal scrolling up to base layer's spatial reference horizon.&amp;nbsp;&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;Regards,&lt;/P&gt;&lt;P&gt;Nimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 07 Dec 2016 17:45:30 GMT</pubDate>
    <dc:creator>NimeshJarecha</dc:creator>
    <dc:date>2016-12-07T17:45:30Z</dc:date>
    <item>
      <title>AGSMapView endless horizontal scrolling</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-endless-horizontal-scrolling/m-p/504758#M4324</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello, in version 100 of the ArchGIS iOS SDK is there any way to limit the background grid from scrolling horizontally out of the map bounds, now it scroll endlessly; I have tried limiting the background grid size but it did not work&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class=""&gt;AGSBackgroundGrid&lt;/SPAN&gt;&lt;SPAN class=""&gt; * grid = [&lt;/SPAN&gt;&lt;SPAN class=""&gt;AGSBackgroundGrid&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;backgroundGridWithColor&lt;/SPAN&gt;&lt;SPAN class=""&gt;:[&lt;/SPAN&gt;&lt;SPAN class=""&gt;UIColor&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;whiteColor&lt;/SPAN&gt;&lt;SPAN class=""&gt;] &lt;/SPAN&gt;&lt;SPAN class=""&gt;gridLineColor&lt;/SPAN&gt;&lt;SPAN class=""&gt;:[&lt;/SPAN&gt;&lt;SPAN class=""&gt;UIColor&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;clearColor&lt;/SPAN&gt;&lt;SPAN class=""&gt;] &lt;/SPAN&gt;&lt;SPAN class=""&gt;gridLineWidth&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;0.0f&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;gridSize&lt;/SPAN&gt;&lt;SPAN class=""&gt;:&lt;/SPAN&gt;&lt;SPAN class=""&gt;100.0f&lt;/SPAN&gt;&lt;SPAN class=""&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;SPAN class=""&gt;&lt;SPAN class=""&gt;&amp;nbsp; &amp;nbsp; &lt;/SPAN&gt;[&lt;/SPAN&gt;&lt;SPAN class=""&gt;localMapView&lt;/SPAN&gt;&lt;SPAN class=""&gt; &lt;/SPAN&gt;&lt;SPAN class=""&gt;setBackgroundGrid&lt;/SPAN&gt;&lt;SPAN class=""&gt;:grid];&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;changing the gird size doesn't&amp;nbsp;have any effect .&lt;BR /&gt;&lt;BR /&gt;Thank you .&amp;nbsp;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 11:35:53 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-endless-horizontal-scrolling/m-p/504758#M4324</guid>
      <dc:creator>AbdelrahmanBadary</dc:creator>
      <dc:date>2016-12-07T11:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: AGSMapView endless horizontal scrolling</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-endless-horizontal-scrolling/m-p/504759#M4325</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Abdelrahman,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The `&lt;SPAN style="background-color: #ffffff;"&gt;AGSBackgroundGrid&lt;/SPAN&gt;` is just for the appearance of the AGSMapView's background only. You cannot limit scrolling of mapView using that.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The scrolling of mapView is dependant on the map's base layer's spatial reference and `wrapAroundMode`. You can set AGSMapView's `wrapAroundMode` to `AGSWrapAroundModeDisabled` to limit the horizontal scrolling up to base layer's spatial reference horizon.&amp;nbsp;&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;Regards,&lt;/P&gt;&lt;P&gt;Nimesh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 07 Dec 2016 17:45:30 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-endless-horizontal-scrolling/m-p/504759#M4325</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2016-12-07T17:45:30Z</dc:date>
    </item>
  </channel>
</rss>

