More work with map location operations

This commit is contained in:
vjrj 2018-06-13 09:57:24 +02:00
parent b22ee50f89
commit 521eef5aa8
5 changed files with 134 additions and 89 deletions

View file

@ -3,7 +3,6 @@ import 'fireMarkType.dart';
import 'colors.dart';
class FireMarkerIcon extends StatelessWidget {
final FireMarkType type;
FireMarkerIcon(this.type);