update
This commit is contained in:
@ -162,6 +162,13 @@ class MapWidget extends StatelessWidget {
|
||||
width: 70.0,
|
||||
point: LatLng(p.geoSerie!.geoPoints[0].latitude, p.geoSerie!.geoPoints[0].longitude),
|
||||
builder: (ctx) => Icon(Icons.pin_drop),
|
||||
// builder: (ctx) => i.properties!["category"] != null ?
|
||||
// ImageIcon(
|
||||
// AssetImage("assets/images/${i.properties!["category"]}.png"),
|
||||
// color: Color(0xFF3A5A98),
|
||||
// )
|
||||
// : Icon(Icons.pin_drop),
|
||||
|
||||
);
|
||||
}).toList(),
|
||||
builder: (context, markers) {
|
||||
|
||||
Reference in New Issue
Block a user