<?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: GPS feature does not appear to be working in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239076#M2230</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you test this with iOS 5 final SDK?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 15 Oct 2011 04:39:05 GMT</pubDate>
    <dc:creator>NimeshJarecha</dc:creator>
    <dc:date>2011-10-15T04:39:05Z</dc:date>
    <item>
      <title>GPS feature does not appear to be working</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239071#M2225</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;While working on a new universal ArcGIS view based project using the latest API I tried to turn on the GPS feature using:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE class="plain" name="code"&gt;[self.mapView.gps start];&lt;/PRE&gt;&lt;DIV style="display:none;"&gt; &lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Unfortunately it appears to do nothing on either device (both have the latest iOS update) or the simulator. Manually checking the gps point claims it is at 0,0 and the enabled property is false. Location services are turned on for the devices but there is no entry appearing for the project to toggle Location Services individually. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Just to test I manually created and started up a LocationManager which behaved as expected by finding the current point and creating an entry for the app in the Location Services menu, but it seemed to have no effect on the GPS feature. &lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Not sure if I'm missing something from the documentation or if there is a delegate I need to work with. I would really love to use the GPS feature as opposed to manually using CoreLocation again, any assistance is greatly appreciated.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 14:54:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239071#M2225</guid>
      <dc:creator>TerrenceHannon</dc:creator>
      <dc:date>2011-10-04T14:54:46Z</dc:date>
    </item>
    <item>
      <title>Re: GPS feature does not appear to be working</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239072#M2226</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;It should just work. Try switching your location service on-off or device. Also, note that just doing "[self.mapView.gps start]" won't take you to the current location. You'll have to set the self.mapView.gps.autoPan = TRUE.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 15:40:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239072#M2226</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-10-04T15:40:57Z</dc:date>
    </item>
    <item>
      <title>Re: GPS feature does not appear to be working</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239073#M2227</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I am aware of the panning feature, not the problem as despite using it, zooming all the way out, or looking at my current location on the map there are no points at all.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I'm thinking the GPS is not actually starting as the point never changes from 0,0 nor does the enabled&amp;nbsp; properly ever seem to switch to YES.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I tried toggling the location service a few times and re-starting the app with it on or off nothing seems to be fixing it.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 16:10:04 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239073#M2227</guid>
      <dc:creator>TerrenceHannon</dc:creator>
      <dc:date>2011-10-04T16:10:04Z</dc:date>
    </item>
    <item>
      <title>Re: GPS feature does not appear to be working</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239074#M2228</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Surprising! Are you able to see the GPS working in any other application on device? like Maps etc?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Restart Device!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Oct 2011 20:51:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239074#M2228</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-10-04T20:51:08Z</dc:date>
    </item>
    <item>
      <title>Re: GPS feature does not appear to be working</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239075#M2229</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;GPS works both on the default Maps app and on an app I wrote previously that used the regular mapkit and Core Location. As far as I can tell the problem is only with the ArcGIS implementation at the moment.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I've now tried it on both AT&amp;amp;T and Verizon iPhone 4s, an At&amp;amp;T iPad1, and pair of At&amp;amp;T and Verzion iPad2s. The ArcGIS GPS feature does not work on any of them in the three different test apps I whipped up. Every other feature I've tried has worked so far with the API on multiple devices.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Oct 2011 12:59:11 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239075#M2229</guid>
      <dc:creator>TerrenceHannon</dc:creator>
      <dc:date>2011-10-05T12:59:11Z</dc:date>
    </item>
    <item>
      <title>Re: GPS feature does not appear to be working</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239076#M2230</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Did you test this with iOS 5 final SDK?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Nimesh&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 15 Oct 2011 04:39:05 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/gps-feature-does-not-appear-to-be-working/m-p/239076#M2230</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2011-10-15T04:39:05Z</dc:date>
    </item>
  </channel>
</rss>

