<?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: mapview.gps for WGS? (gets location, but does not display on map) in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560114#M4806</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i changed the service to a wgs84 service but still no go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 10 Mar 2011 00:10:41 GMT</pubDate>
    <dc:creator>JustinCarasick</dc:creator>
    <dc:date>2011-03-10T00:10:41Z</dc:date>
    <item>
      <title>mapview.gps for WGS? (gets location, but does not display on map)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560110#M4802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I need to display the user's location on a WGS 1984 map.&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;The activity indicator starts and it appears to gather data, but nothing is displayed on the map. Of course, other maps display the user's location properly.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Is there any way to ask mapView.gps.start for the result in WGS or transform the result into the map coordinate system?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Or could there be another issue? I just started using ArcGIS recently.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your time.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 21 Jan 2011 04:30:40 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560110#M4802</guid>
      <dc:creator>PatrickMaltagliati</dc:creator>
      <dc:date>2011-01-21T04:30:40Z</dc:date>
    </item>
    <item>
      <title>Re: mapview.gps for WGS? (gets location, but does not display on map)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560111#M4803</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi patmalt,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Please, replaces your line with this sentence:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro"&gt;[self.mapView.gps start];&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;... and very important: Try this on your device, not on simulator!&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;BR,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Koldo.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 02 Feb 2011 09:17:23 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560111#M4803</guid>
      <dc:creator>KOLDODUARTE</dc:creator>
      <dc:date>2011-02-02T09:17:23Z</dc:date>
    </item>
    <item>
      <title>Re: mapview.gps for WGS? (gets location, but does not display on map)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560112#M4804</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi, i am experiencing the same situation. here is my code exactly. I am getting the map to show up but no icon for the GPS. I am running it on the device. Any ideas?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;- (void)viewDidLoad {&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; [super viewDidLoad];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;&lt;SPAN&gt; NSURL *mapUrl = [NSURL URLWithString:@"&lt;/SPAN&gt;&lt;A class="jive-link-external-small" href="http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer" rel="nofollow" target="_blank"&gt;http://services.arcgisonline.com/ArcGIS/rest/services/World_Street_Map/MapServer&lt;/A&gt;&lt;SPAN&gt;"];&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; AGSTiledMapServiceLayer *tiledLyr = [AGSTiledMapServiceLayer tiledMapServiceLayerWithURL:mapUrl];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; [self.mapView addMapLayer:tiledLyr withName:@"Tiled Layer"];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt; [self.mapView.gps start];&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Justin&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 23:49:57 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560112#M4804</guid>
      <dc:creator>JustinCarasick</dc:creator>
      <dc:date>2011-03-09T23:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: mapview.gps for WGS? (gets location, but does not display on map)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560113#M4805</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;could it be because the service may be web mercator? i'll try to find a wgs84 service and give that a try.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 09 Mar 2011 23:52:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560113#M4805</guid>
      <dc:creator>JustinCarasick</dc:creator>
      <dc:date>2011-03-09T23:52:50Z</dc:date>
    </item>
    <item>
      <title>Re: mapview.gps for WGS? (gets location, but does not display on map)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560114#M4806</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;i changed the service to a wgs84 service but still no go.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 00:10:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560114#M4806</guid>
      <dc:creator>JustinCarasick</dc:creator>
      <dc:date>2011-03-10T00:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: mapview.gps for WGS? (gets location, but does not display on map)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560115#M4807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;The map may not be fully loaded at the time when&amp;nbsp; you are starting the gps.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Could you move the gps code into the&amp;nbsp; mapViewDidLoad: method of the map's delegate and see if that works?&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 10 Mar 2011 06:07:46 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560115#M4807</guid>
      <dc:creator>DiveshGoyal</dc:creator>
      <dc:date>2011-03-10T06:07:46Z</dc:date>
    </item>
    <item>
      <title>Re: mapview.gps for WGS? (gets location, but does not display on map)</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560116#M4808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Yes, this did work. I did move the start.gps call. Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 15 Mar 2011 11:48:15 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/mapview-gps-for-wgs-gets-location-but-does-not/m-p/560116#M4808</guid>
      <dc:creator>JustinCarasick</dc:creator>
      <dc:date>2011-03-15T11:48:15Z</dc:date>
    </item>
  </channel>
</rss>

