We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 31137f0 + 4d97fc7 commit ed62bc6Copy full SHA for ed62bc6
lib/samples/generate_offline_map/generate_offline_map_sample.dart
@@ -157,6 +157,9 @@ class _GenerateOfflineMapSampleState extends State<GenerateOfflineMapSample>
157
_map = ArcGISMap.withItem(portalItem);
158
_mapViewController.arcGISMap = _map;
159
160
+ // Offline map generation does not consider rotation, so disable it.
161
+ _mapViewController.interactionOptions.rotateEnabled = false;
162
+
163
// Create an OfflineMapTask for the map.
164
_offlineMapTask = OfflineMapTask.withOnlineMap(_map);
165
0 commit comments