aves/plugins/aves_model/lib/src/actions/map.dart
2024-08-04 19:41:25 +02:00

6 lines
69 B
Dart

enum MapAction {
selectStyle,
openMapApp,
zoomIn,
zoomOut,
}