More work with map location operations
This commit is contained in:
parent
b22ee50f89
commit
521eef5aa8
5 changed files with 134 additions and 89 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue