Skip to content

Commit 2412b90

Browse files
set rotation
1 parent 63d176c commit 2412b90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

arcgis_map_sdk/lib/src/arcgis_map_controller.dart

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -242,6 +242,10 @@ class ArcgisMapController {
242242
);
243243
}
244244

245+
Future<void> setRotation(double angleDegrees) {
246+
return ArcgisMapPlatform.instance.setRotation(angleDegrees, mapId);
247+
}
248+
245249
Future<void> addGraphic({required String layerId, required Graphic graphic}) {
246250
return ArcgisMapPlatform.instance.addGraphic(mapId, layerId, graphic);
247251
}

0 commit comments

Comments
 (0)