<?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: How to Set the map to take Fullview (Height) in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-set-the-map-to-take-fullview-height/m-p/706002#M6318</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hello Yue Wu , &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;For this Particular view , we are trying to use , the entire World Map for Layers .so i am not using AGSEnvelope for X and Y min , how to put the X and Y from the entire Globe .&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 12 Aug 2014 16:48:24 GMT</pubDate>
    <dc:creator>akshatanil</dc:creator>
    <dc:date>2014-08-12T16:48:24Z</dc:date>
    <item>
      <title>How to Set the map to take Fullview (Height)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-set-the-map-to-take-fullview-height/m-p/706000#M6316</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am new to Argis , and trying to Work on the&amp;nbsp; World map , So when i am Displaying the World Map&amp;nbsp; as the main View is Square , its not Taking the Full Height and and map is displaying only at certain area and leaves the grey Area within the View .&lt;/P&gt;&lt;P&gt;Can you please Suggest me how to fix that .&lt;/P&gt;&lt;P&gt;Let me know if need more Details &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 09 Aug 2014 05:32:14 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-set-the-map-to-take-fullview-height/m-p/706000#M6316</guid>
      <dc:creator>akshatanil</dc:creator>
      <dc:date>2014-08-09T05:32:14Z</dc:date>
    </item>
    <item>
      <title>Re: How to Set the map to take Fullview (Height)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-set-the-map-to-take-fullview-height/m-p/706001#M6317</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Akshat,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I think the reason is because you didn't set the map extent when you load the mapview. The map is not taking the full height due to view is out of the level of detail (LOD).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The easy way to fix is to set a map extent, please take a look about this documentation about &lt;A href="https://developers.arcgis.com/ios/guide/iphonesdk-mapnavigation.htm" title="https://developers.arcgis.com/ios/guide/iphonesdk-mapnavigation.htm"&gt;Navigating the map—ArcGIS Runtime SDK for iOS&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Here I also shared with you a snippet about how to set a map extent under the &lt;STRONG&gt;(&lt;SPAN class="s1"&gt;void&lt;/SPAN&gt;)viewDidLoad&lt;/STRONG&gt; function, also be careful the xmin, ymin, xmax and ymax should match with your tile map spatialReference:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14078600868494382" jivemacro_uid="_14078600868494382" modifiedtitle="true"&gt;
&lt;P class="p1"&gt;// Add a basemap tiled layer&lt;/P&gt;
&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;NSURL&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; *url = [&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/ESRI_StreetMap_World_2D/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/arcgis/rest/services/ESRI_StreetMap_World_2D/MapServer&lt;/A&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;AGSTiledMapServiceLayer&lt;SPAN class="s1"&gt; *tiledLayer = [&lt;/SPAN&gt;AGSTiledMapServiceLayer&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s3"&gt;tiledMapServiceLayerWithURL&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;:url];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;self&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;mapView&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;addMapLayer&lt;SPAN class="s1"&gt;:tiledLayer &lt;/SPAN&gt;withName&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s5"&gt;@"Basemap Tiled Layer"&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p5"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P class="p4"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AGSEnvelope&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; *envelope = [&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AGSEnvelope&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;envelopeWithXmin&lt;SPAN class="s1"&gt;:-&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;124.83145667&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;ymin&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;30.49849464&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;xmax&lt;SPAN class="s1"&gt;:-&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;113.91375495&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &lt;/SPAN&gt;ymax&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;44.69150688&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;&amp;nbsp; &lt;/SPAN&gt;spatialReference&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;_mapView&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;spatialReference&lt;SPAN class="s1"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p4"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;self&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;mapView&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;zoomToEnvelope&lt;SPAN class="s1"&gt;:envelope &lt;/SPAN&gt;animated&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;NO&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this can help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 16:15:31 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-set-the-map-to-take-fullview-height/m-p/706001#M6317</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2014-08-12T16:15:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to Set the map to take Fullview (Height)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-set-the-map-to-take-fullview-height/m-p/706002#M6318</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;Hello Yue Wu , &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;For this Particular view , we are trying to use , the entire World Map for Layers .so i am not using AGSEnvelope for X and Y min , how to put the X and Y from the entire Globe .&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 16:48:24 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-set-the-map-to-take-fullview-height/m-p/706002#M6318</guid>
      <dc:creator>akshatanil</dc:creator>
      <dc:date>2014-08-12T16:48:24Z</dc:date>
    </item>
    <item>
      <title>Re: How to Set the map to take Fullview (Height)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-set-the-map-to-take-fullview-height/m-p/706003#M6319</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No matter what, the map need a initial extent view on the mapView. Even the world map you also have a center point to locate, right?&lt;/P&gt;&lt;P&gt;You can try this centerAtPoint to insatiate the mapview about the world.&lt;/P&gt;&lt;PRE __default_attr="c++" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14078638530507320 jive_text_macro" jivemacro_uid="_14078638530507320"&gt;
&lt;P class="p1"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AGSPoint&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; *newPoint = [&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;AGSPoint&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;pointWithX&lt;SPAN class="s1"&gt;:-&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;90&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;y&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;37&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;spatialReference&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;self&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;mapView&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;spatialReference&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="s3"&gt;self&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;mapView&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;centerAtPoint&lt;SPAN class="s1"&gt;:newPoint &lt;/SPAN&gt;animated&lt;SPAN class="s1"&gt;:&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;NO&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;P class="p2"&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P class="p3"&gt;&lt;SPAN class="s1"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;//enable wrap around&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="s3"&gt;self&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;mapView&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;enableWrapAround&lt;SPAN class="s1"&gt;];&lt;/SPAN&gt;&lt;/P&gt;
&lt;/PRE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 17:56:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-set-the-map-to-take-fullview-height/m-p/706003#M6319</guid>
      <dc:creator>YueWu1</dc:creator>
      <dc:date>2014-08-12T17:56:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Set the map to take Fullview (Height)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-set-the-map-to-take-fullview-height/m-p/706004#M6320</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Wu for Help and its working Very Fine now , but i have Same other Issue w.r.t to Memory Allocation and Decollation in iOS ,&amp;nbsp; I will put that as a Separate Thread &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 12 Aug 2014 20:08:13 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/how-to-set-the-map-to-take-fullview-height/m-p/706004#M6320</guid>
      <dc:creator>akshatanil</dc:creator>
      <dc:date>2014-08-12T20:08:13Z</dc:date>
    </item>
  </channel>
</rss>

