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

@ -13,7 +13,10 @@ class FireMarker extends Marker {
height: 80.0,
point: new LatLng(location.lat, location.lon),
builder: (ctx) => new Container(
child: new FireMarkerIcon(type),
child: new GestureDetector(
child: new FireMarkerIcon(type), onTap: () {
print('marker pressed');
})
),
anchor: anchor,
anchorOverride: anchorOverride ?? type == FireMarkType.position