<?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: Drop Pin rotation issue in ArcGIS Runtime SDK for iOS Questions</title>
    <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548924#M4698</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot! it s been fixed now&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 14 Oct 2013 06:39:27 GMT</pubDate>
    <dc:creator>adityamehta</dc:creator>
    <dc:date>2013-10-14T06:39:27Z</dc:date>
    <item>
      <title>Drop Pin rotation issue</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548919#M4693</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Dear Forum,&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Does anybody know how to stop the rotation of the drop pin in the mapview? As this causes problem with the callout. Android SDK does not rotate the pin when the map rotates but it is not there in SDK for iOS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 May 2013 07:50:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548919#M4693</guid>
      <dc:creator>AbhinavGoel</dc:creator>
      <dc:date>2013-05-06T07:50:28Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Pin rotation issue</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548920#M4694</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;If you want your graphic not to rotate with map then you should use graphics layer in dynamic mode. Use AGSGraphicsLayer's initWithFullEnvelope:renderingMode method with AGSGraphicsLayerRenderingModeDynamic. This method is available only in the latest SDK (v10.1.1 Update 1).&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hope this helps!&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>Fri, 10 May 2013 16:46:28 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548920#M4694</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2013-05-10T16:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Pin rotation issue</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548921#M4695</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;thanks a lot . that worked&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 20 May 2013 04:46:41 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548921#M4695</guid>
      <dc:creator>AbhinavGoel</dc:creator>
      <dc:date>2013-05-20T04:46:41Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Pin rotation issue</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548922#M4696</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;hello&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;I have a related issue. With the AGSGraphicsLayerrenedringModeDynamic I was able to get the PIN to stop rotating but the callout rotates around the pin.&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;The callout has an offset on the pin graphic, because of which on rotation the callout starts circumferencing the pin graphic. &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;How can i make the Callout to stay on top of the pin graphic without it rotating.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thank you&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Aditya&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 May 2013 16:24:22 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548922#M4696</guid>
      <dc:creator>adityamehta</dc:creator>
      <dc:date>2013-05-24T16:24:22Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Pin rotation issue</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548923#M4697</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Hi Aditya,&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for reporting. We'll try to fix it in the next release.&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>Wed, 29 May 2013 20:18:39 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548923#M4697</guid>
      <dc:creator>NimeshJarecha</dc:creator>
      <dc:date>2013-05-29T20:18:39Z</dc:date>
    </item>
    <item>
      <title>Re: Drop Pin rotation issue</title>
      <link>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548924#M4698</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;Thanks a lot! it s been fixed now&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Oct 2013 06:39:27 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-runtime-sdk-for-ios-questions/drop-pin-rotation-issue/m-p/548924#M4698</guid>
      <dc:creator>adityamehta</dc:creator>
      <dc:date>2013-10-14T06:39:27Z</dc:date>
    </item>
  </channel>
</rss>

