Refactor. Fires marker calibration
This commit is contained in:
parent
574c1afc33
commit
f970c6b4fe
9 changed files with 128 additions and 51 deletions
7
lib/fireMarkType.dart
Normal file
7
lib/fireMarkType.dart
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
enum FireMarkType {
|
||||
position, // user saved location
|
||||
pixel, // use for fire drawn as pixels
|
||||
fire,
|
||||
industry,
|
||||
falsePos
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue