<?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: Displaying Current Location on MAP, not Working (when Tiled Layer not added) in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168916#M1566</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with opacity = 0 of tiled layer when user do not have tiled layer does show the current location, blue Dot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as of now when i set property to 0, rest stuff like output spatial reference n all need to be same way when property is set to 1, and only diff will be property value?. there are lots of search and rest feature been used, m worried about something may fail...&lt;/P&gt;&lt;P&gt;since this is &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;workaround&lt;/SPAN&gt; it might fail something,&amp;nbsp; then 1 &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;workaround&lt;/SPAN&gt; to adjust have to adjust rest too....&lt;/P&gt;&lt;P&gt;i guess this is an issue current location not visible without TiledLayer ....&amp;nbsp; as it was woking earlier ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 25 May 2015 07:04:45 GMT</pubDate>
    <dc:creator>GajaNaik</dc:creator>
    <dc:date>2015-05-25T07:04:45Z</dc:date>
    <item>
      <title>Displaying Current Location on MAP, not Working (when Tiled Layer not added)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168912#M1562</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;no code changes nothing, MyLocation is displayed on MAP when Tiled Layer is added as Base MAP, but when there is no Tiled Layer / Blank with Dynamic Layer , current/My Location&amp;nbsp; can not be seen (Blue Dot).&lt;/P&gt;&lt;P&gt;its basic code and was working earlier, was notice recently that only without Tiled Layer user can not see Location on MAP... but works fine with Tiled Layer....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 19:37:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168912#M1562</guid>
      <dc:creator>GajaNaik</dc:creator>
      <dc:date>2015-05-20T19:37:51Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Current Location on MAP, not Working (when Tiled Layer not added)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168913#M1563</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have your issue reproduced but I want to make sure how did you display your location? Is the code as follows?&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;self&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;mapView&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s4"&gt;locationDisplay&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; &lt;/SPAN&gt;&lt;SPAN class="s5"&gt;startDataSource&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;];&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;SPAN class="s2"&gt;self&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s3"&gt;mapView&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;locationDisplay&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;.&lt;/SPAN&gt;&lt;SPAN class="s6"&gt;autoPanMode&lt;/SPAN&gt;&lt;SPAN class="s1"&gt; = &lt;/SPAN&gt;&lt;SPAN class="s4"&gt;AGSLocationDisplayAutoPanModeDefault&lt;/SPAN&gt;&lt;SPAN class="s1"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;If so, I think the behavior you reported is as designed. Because in the API reference of AGSLocationDisplay Class, it says:&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="p2"&gt;&lt;SPAN class="s1"&gt;&lt;SPAN style="color: #000000; font-family: Roboto, sans-serif;"&gt;To make the map start displaying location information, use the &lt;/SPAN&gt;&lt;CODE style="color: #000000;"&gt;startDataSource&lt;/CODE&gt;&lt;SPAN style="color: #000000; font-family: Roboto, sans-serif;"&gt; method, but ensure the map is loaded successfully before you do..&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 20 May 2015 20:59:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168913#M1563</guid>
      <dc:creator>MengyiGuo</dc:creator>
      <dc:date>2015-05-20T20:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Current Location on MAP, not Working (when Tiled Layer not added)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168914#M1564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #703daa;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;if&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;(!&lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;mapView&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;locationDisplay&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;dataSourceStarted&lt;SPAN style="color: #000000;"&gt;)&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;.&lt;SPAN style="color: #4f8187;"&gt;mapView&lt;/SPAN&gt;.&lt;SPAN style="color: #703daa;"&gt;locationDisplay&lt;/SPAN&gt; &lt;SPAN style="color: #3d1d81;"&gt;startDataSource&lt;/SPAN&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #008400;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;//Listen to KVO notifications for map scale property&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; [&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;.&lt;SPAN style="color: #4f8187;"&gt;mapView&lt;/SPAN&gt; &lt;SPAN style="color: #3d1d81;"&gt;addObserver&lt;/SPAN&gt;:&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d1d81;"&gt;forKeyPath&lt;/SPAN&gt;:&lt;SPAN style="color: #d12f1b;"&gt;@"mapScale"&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d1d81;"&gt;options&lt;/SPAN&gt;&lt;IMG src="https://community.esri.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;SPAN style="color: #3d1d81;"&gt;NSKeyValueObservingOptionNew&lt;/SPAN&gt;)&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN style="color: #3d1d81;"&gt;context&lt;/SPAN&gt;:&lt;SPAN style="color: #bb2ca2;"&gt;NULL&lt;/SPAN&gt;];&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #008400;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;//AGSGPSAutoPanModeCompassNavigation&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #3d1d81;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;mapView&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #703daa;"&gt;locationDisplay&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #703daa;"&gt;autoPanMode&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt; = &lt;/SPAN&gt;AGSLocationDisplayAutoPanModeCompassNavigation&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; ;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: Menlo; color: #703daa;"&gt;&lt;SPAN style="color: #000000;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="color: #bb2ca2;"&gt;self&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;&lt;SPAN style="color: #4f8187;"&gt;mapView&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;locationDisplay&lt;SPAN style="color: #000000;"&gt;.&lt;/SPAN&gt;navigationPointHeightFactor&lt;SPAN style="color: #000000;"&gt;&amp;nbsp; = &lt;/SPAN&gt;&lt;SPAN style="color: #272ad8;"&gt;0.5&lt;/SPAN&gt;&lt;SPAN style="color: #000000;"&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;code is same as that of Sample code "GpsSampleViewController"&amp;nbsp; of ESRI and i verified with rest online example's, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;. also MyLocation is like Btn(Apart from displaying Location on Start of Page), user can Click anytime after MAP is loaded. so MAP is already loaded. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;this behaviour notice recently may be after IOS 7 i guess, earlier was working just fine. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;Now also same code work very well when Tiled MAP added, &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;only to user with out TiledMAP/ Blank MAP Location is not Displayed. (Blue Dot).&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 05:48:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168914#M1564</guid>
      <dc:creator>GajaNaik</dc:creator>
      <dc:date>2015-05-21T05:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Current Location on MAP, not Working (when Tiled Layer not added)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168915#M1565</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Gaja,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Didn't test this but there's one quick workaround I can think of.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Instead of removing tiled layer, set it's opacity property to 0.&lt;/P&gt;&lt;P&gt;It will not be drawn and it will not request tiles from the server but location display should keep working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And when you replace your base map simply change tiled layer opacity back to 1. Should make no difference to end user experience.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 21 May 2015 08:56:02 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168915#M1565</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2015-05-21T08:56:02Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Current Location on MAP, not Working (when Tiled Layer not added)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168916#M1566</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with opacity = 0 of tiled layer when user do not have tiled layer does show the current location, blue Dot.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as of now when i set property to 0, rest stuff like output spatial reference n all need to be same way when property is set to 1, and only diff will be property value?. there are lots of search and rest feature been used, m worried about something may fail...&lt;/P&gt;&lt;P&gt;since this is &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;workaround&lt;/SPAN&gt; it might fail something,&amp;nbsp; then 1 &lt;SPAN style="font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;workaround&lt;/SPAN&gt; to adjust have to adjust rest too....&lt;/P&gt;&lt;P&gt;i guess this is an issue current location not visible without TiledLayer ....&amp;nbsp; as it was woking earlier ...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 May 2015 07:04:45 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168916#M1566</guid>
      <dc:creator>GajaNaik</dc:creator>
      <dc:date>2015-05-25T07:04:45Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Current Location on MAP, not Working (when Tiled Layer not added)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168917#M1567</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes that is correct. The only "issue" you will have is when spatialReferences (SR) are not the same. In which case you would have to reload the map with basemap that has same SR as operational layers. But that is how map is designed. Once the SR is set it can only be changed if you recreate the map with new data.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'll test this in the new release once location is implemented to check the behaviour of the new API. I can let you know how it turns out if you're interested to explore new beta functionality once it's released as beta.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 27 May 2015 10:49:59 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168917#M1567</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2015-05-27T10:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Current Location on MAP, not Working (when Tiled Layer not added)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168918#M1568</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as i had mentioned i landed up in 1 issue which i had asked other day, now realise was because of above workaround. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;plz let me know once u r done with above mentioned issue...so that i can test and stop further workaround....&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 08 Jul 2015 07:34:51 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168918#M1568</guid>
      <dc:creator>GajaNaik</dc:creator>
      <dc:date>2015-07-08T07:34:51Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Current Location on MAP, not Working (when Tiled Layer not added)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168919#M1569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply. I was away for two weeks.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not exactly sure what you mean. Can you please describe again what issue do you have with the suggested workaround?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 14 Jul 2015 08:41:12 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168919#M1569</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2015-07-14T08:41:12Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Current Location on MAP, not Working (when Tiled Layer not added)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168920#M1570</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;yes whats happened is because of my original issue, &lt;/P&gt;&lt;H1 style="font-size: 26px; font-family: arial, helvetica, 'helvetica neue', verdana, sans-serif;"&gt;&lt;A _jive_internal="true" href="https://community.esri.com/message/520893#520893" style="font-weight: inherit; font-style: inherit; font-family: inherit; color: #287433;"&gt;Displaying Current Location on MAP, not Working (when Tiled Layer not added)&lt;/A&gt;&lt;/H1&gt;&lt;P&gt;and as workaround for above problem i added Tiled Layer and set opacity to 0.&lt;/P&gt;&lt;P&gt;but we keep layer info once loaded(mapViewDidLoad) to global class which is used time to time either for zooming or so....like Envelope, SpatialReference ETC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;as we never used to add Tiled Layer earlier , information getting saved of that of Dynamic Layer considering that was 1st layer loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but now what happens is Tiled Layer which i have added and whose Opacity is 0, in mapViewDidLoad since it becomes 1st layer ..... Tiled Layer information get saved (our Global Class)....like Envelope, SpatialReference ETC.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;when we used at different point this get mismatch..... like when zoom ,it zoom out according to Tiled Layer and not Dynamic Layer Envelope(since we have added Tiled it saved Tiled MAP INFO. i have to change it to save Dynamic Layer),....also when we search we need to adjust output SpatialReference specially searching Assets n all.....(executeWithQuery)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;its like we do not want Tiled Layer , but have to used it ....because otherwise we do not get our Location Display (Blue Dot). since we have to used it need all workaround to be done , other wise would not have required if we could see Current Location on MAP with out Tiled Layer..... it was working earlier fine now only the issue with ESRI SDK...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 17 Jul 2015 12:54:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168920#M1570</guid>
      <dc:creator>GajaNaik</dc:creator>
      <dc:date>2015-07-17T12:54:37Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Current Location on MAP, not Working (when Tiled Layer not added)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168921#M1571</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for the details.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You could try to move the tiled layer. Once the map is loaded and SR set from tiled layer it can be at any position in the map. So when you add layers you can insert them before the tiled layer. That way it's not going to be the 1st layer in the map if it helps.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested this in our latest build and locationDisplay is working on empty map as long as it has a valid spatial reference. In this case map was initialised with WGS84 SR and no layers. &lt;/P&gt;&lt;P&gt;&lt;IMG class="image-1 jive-image" src="https://community.esri.com/legacyfs/online/118199_pastedImage_0.png" style="max-width: 1200px; max-height: 900px;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 Jul 2015 15:27:44 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168921#M1571</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2015-07-20T15:27:44Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Current Location on MAP, not Working (when Tiled Layer not added)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168922#M1572</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;i did better solution saving Envelope (fullEnvelope) details in respondToLayerLoaded method after Dynamic Layer is loaded.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if its fine with next build, will test the App with Beta version once released.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Jul 2015 14:55:37 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168922#M1572</guid>
      <dc:creator>GajaNaik</dc:creator>
      <dc:date>2015-07-27T14:55:37Z</dc:date>
    </item>
    <item>
      <title>Re: Displaying Current Location on MAP, not Working (when Tiled Layer not added)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168923#M1573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Good that you have a workaround.&lt;/P&gt;&lt;P&gt;I would be interested in your feedback when you have the chance to test our beta release.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards,&lt;/P&gt;&lt;P&gt;David&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 31 Jul 2015 10:05:58 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/displaying-current-location-on-map-not-working/m-p/168923#M1573</guid>
      <dc:creator>DavidLednik</dc:creator>
      <dc:date>2015-07-31T10:05:58Z</dc:date>
    </item>
  </channel>
</rss>

