<?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 AGSMapView displaying gps location in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-displaying-gps-location/m-p/433388#M3710</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you don't include the arcgis.bundle, you get a clean blue marker symbol when you display the gps location on the map. Is it possible to access that symbol or replace it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 07 Mar 2013 20:08:08 GMT</pubDate>
    <dc:creator>JeffJackson</dc:creator>
    <dc:date>2013-03-07T20:08:08Z</dc:date>
    <item>
      <title>AGSMapView displaying gps location</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-displaying-gps-location/m-p/433388#M3710</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;When you don't include the arcgis.bundle, you get a clean blue marker symbol when you display the gps location on the map. Is it possible to access that symbol or replace it?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 20:08:08 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-displaying-gps-location/m-p/433388#M3710</guid>
      <dc:creator>JeffJackson</dc:creator>
      <dc:date>2013-03-07T20:08:08Z</dc:date>
    </item>
    <item>
      <title>Re: AGSMapView displaying gps location</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-displaying-gps-location/m-p/433389#M3711</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt; Is it possible to access that symbol or replace it?&lt;BR /&gt;Jeff&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I believe this would be accomplished with the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;customViewForLocationDisplay&lt;/SPAN&gt;&lt;SPAN&gt; or &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;imageForLocationDisplay&lt;/SPAN&gt;&lt;SPAN&gt; methods of &lt;/SPAN&gt;&lt;A href="http://resources.arcgis.com/en/help/runtime-ios-sdk/apiref/protocol_a_g_s_location_display_info_template_delegate-p.html"&gt;the AGSLocationDisplayInfoTemplateDelegate protocol&lt;/A&gt;&lt;SPAN&gt;. Every &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;AGSMapView&lt;/SPAN&gt;&lt;SPAN&gt; instance has an &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;AGSLocationDisplay&lt;/SPAN&gt;&lt;SPAN&gt;, called &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;locationDisplay&lt;/SPAN&gt;&lt;SPAN&gt;, which has an &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;AGSLocationDisplayInfoTemplateDelegate&lt;/SPAN&gt;&lt;SPAN&gt;. It looks like you can easily write your own implementation of the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;AGSLocationDisplayInfoTemplateDelegate&lt;/SPAN&gt;&lt;SPAN&gt; protocol and assign it to &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;locationDisplay&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 07 Mar 2013 20:13:36 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-displaying-gps-location/m-p/433389#M3711</guid>
      <dc:creator>DanaMaher</dc:creator>
      <dc:date>2013-03-07T20:13:36Z</dc:date>
    </item>
    <item>
      <title>Re: AGSMapView displaying gps location</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-displaying-gps-location/m-p/433390#M3712</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Actually, the AGSLocationDisplayInfoTemplateDelegate lets you customize the callout that is displayed when you tap the location indicator on the map. I would like to customize the location indicator itself.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Jeff&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 14:45:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-displaying-gps-location/m-p/433390#M3712</guid>
      <dc:creator>JeffJackson</dc:creator>
      <dc:date>2013-04-01T14:45:41Z</dc:date>
    </item>
    <item>
      <title>Re: AGSMapView displaying gps location</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-displaying-gps-location/m-p/433391#M3713</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE class="jive-quote"&gt;Actually, the AGSLocationDisplayInfoTemplateDelegate lets you customize the callout that is displayed when you tap the location indicator on the map. I would like to customize the location indicator itself.&lt;BR /&gt;&lt;BR /&gt;Jeff&lt;/BLOCKQUOTE&gt;&lt;BR /&gt;&lt;SPAN&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;My mistake. If you want to replace the default indicator graphics, you could move a copy of the bundle into your app directory, point to that bundle, open it with ctrl-click-&amp;gt;&lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;Show Package Contents&lt;/SPAN&gt;&lt;SPAN&gt;, and then replace the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;LocationDisplay___.png&lt;/SPAN&gt;&lt;SPAN&gt; files with different graphics. I think that clean blue marker symbol is drawn on the fly if the &lt;/SPAN&gt;&lt;SPAN style="font-style:italic;"&gt;LocationDisplay&lt;/SPAN&gt;&lt;SPAN&gt; graphics / the bundle cannot be accessed, so the code for that drawing would be buried in the SDK.&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 01 Apr 2013 22:21:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/agsmapview-displaying-gps-location/m-p/433391#M3713</guid>
      <dc:creator>DanaMaher</dc:creator>
      <dc:date>2013-04-01T22:21:26Z</dc:date>
    </item>
  </channel>
</rss>

