9 lines
123 B
Dart
9 lines
123 B
Dart
enum MapAction {
|
|
// any map panel
|
|
selectStyle,
|
|
openMapApp,
|
|
zoomIn,
|
|
zoomOut,
|
|
// full page only
|
|
addShortcut,
|
|
}
|