<?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 Control rotation gesture on zoom in Flutter Maps SDK Questions</title>
    <link>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1592374#M74</link>
    <description>&lt;P&gt;Is it possible to control the&amp;nbsp;rotation gesture?&lt;BR /&gt;If the user want to zoom in/out in the map should the rotation be locked until the user tries to rotate.&lt;/P&gt;</description>
    <pubDate>Wed, 05 Mar 2025 17:57:26 GMT</pubDate>
    <dc:creator>snlasystem</dc:creator>
    <dc:date>2025-03-05T17:57:26Z</dc:date>
    <item>
      <title>Control rotation gesture on zoom</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1592374#M74</link>
      <description>&lt;P&gt;Is it possible to control the&amp;nbsp;rotation gesture?&lt;BR /&gt;If the user want to zoom in/out in the map should the rotation be locked until the user tries to rotate.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 17:57:26 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1592374#M74</guid>
      <dc:creator>snlasystem</dc:creator>
      <dc:date>2025-03-05T17:57:26Z</dc:date>
    </item>
    <item>
      <title>Re: Control rotation gesture on zoom</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1592495#M75</link>
      <description>&lt;P&gt;The ArcGISMapViewController has an "interactionOptions" property:&amp;nbsp;&lt;A href="https://developers.arcgis.com/flutter/api-reference/reference/arcgis_maps/ArcGISMapViewController/interactionOptions.html" target="_blank"&gt;https://developers.arcgis.com/flutter/api-reference/reference/arcgis_maps/ArcGISMapViewController/interactionOptions.html&lt;/A&gt;&lt;/P&gt;&lt;P&gt;There are several options, but the one you might want is the "snapToNorthThreshold" value. This will be a number in degrees. If, at the end of the user's pinch gesture, the rotation is less than this value, the map will snap to north. This value defaults to 7.5 degrees.&lt;/P&gt;&lt;P&gt;That might not be exactly what you want -- if not, please describe in more detail what sort of behaviour you'd like to see.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 21:10:55 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1592495#M75</guid>
      <dc:creator>PaulSturm</dc:creator>
      <dc:date>2025-03-05T21:10:55Z</dc:date>
    </item>
    <item>
      <title>Re: Control rotation gesture on zoom</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1592496#M76</link>
      <description>&lt;P&gt;Also, there's another gesture you can use to zoom. It's like a double-tap, but instead of releasing the second tap, keep your finger down and then drag up or down. This will zoom without any possibility of causing a rotation.&lt;/P&gt;</description>
      <pubDate>Wed, 05 Mar 2025 21:13:17 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1592496#M76</guid>
      <dc:creator>PaulSturm</dc:creator>
      <dc:date>2025-03-05T21:13:17Z</dc:date>
    </item>
    <item>
      <title>Re: Control rotation gesture on zoom</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1592695#M78</link>
      <description>&lt;P&gt;I want it to work like Google Maps app on iOS&lt;BR /&gt;&lt;BR /&gt;If you zoom it do not rotate!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 11:48:19 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1592695#M78</guid>
      <dc:creator>snlasystem</dc:creator>
      <dc:date>2025-03-06T11:48:19Z</dc:date>
    </item>
    <item>
      <title>Re: Control rotation gesture on zoom</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1592745#M79</link>
      <description>&lt;P&gt;There's not currently a way to make it behave like Google Maps. I'll create an issue in our internal tracker as a feature request.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Mar 2025 14:47:49 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1592745#M79</guid>
      <dc:creator>PaulSturm</dc:creator>
      <dc:date>2025-03-06T14:47:49Z</dc:date>
    </item>
    <item>
      <title>Re: Control rotation gesture on zoom</title>
      <link>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1637929#M132</link>
      <description>&lt;P&gt;In &lt;A href="https://www.esri.com/arcgis-blog/products/developers/announcements/whats-new-in-arcgis-maps-sdks-for-native-apps-200-8" target="_self"&gt;our latest release&lt;/A&gt; - 200.8 - we have added a property to our InteractionOptions that enables you to disable rotation during pinch zoom gestures. This gives you the flexibility of supporting pinch zoom like Google Maps (if you zoom it does not rotate) or Apple Maps (allows rotation when zooming). Note that the latter remains the default.&lt;/P&gt;&lt;P data-unlink="true"&gt;Please see our &lt;A href="https://developers.arcgis.com/flutter/release-notes/release-notes-for-200-8/#enhancements-to-existing-api" target="_self"&gt;release notes&lt;/A&gt;&amp;nbsp;and relevant &lt;A href="https://developers.arcgis.com/flutter/api-reference/reference/arcgis_maps/InteractionOptions/rotateDuringZoomEnabled.html" target="_self"&gt;API reference&lt;/A&gt; for more info.&lt;/P&gt;&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;&lt;P data-unlink="true"&gt;Thanks for your feedback on this.&lt;/P&gt;</description>
      <pubDate>Thu, 31 Jul 2025 10:01:01 GMT</pubDate>
      <guid>https://community.esri.com/t5/flutter-maps-sdk-questions/control-rotation-gesture-on-zoom/m-p/1637929#M132</guid>
      <dc:creator>JenMerritt</dc:creator>
      <dc:date>2025-07-31T10:01:01Z</dc:date>
    </item>
  </channel>
</rss>

