flutter_map_marker_cluster
flutter_map_marker_cluster copied to clipboard
Spiderify doesnt work
MarkerClusterLayerWidget(
options: MarkerClusterLayerOptions(
maxClusterRadius: 20,
size: Size(40, 40),
rotate: true,
rotateAlignment: AlignmentDirectional.center,
markers: context.watch<Markers>().mapMarkers.values.toList(),
polygonOptions: PolygonOptions(
borderColor: Colors.blueAccent,
color: Colors.black12,
borderStrokeWidth: 3),
builder: (context, markers) {
return context.read<Markers>().clusterIcon;
},
),
)
when I tap on the cluster nothing is going on
try to change FlutteMap max/min zoom
This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days.
This issue was closed because it has been stalled for 5 days with no activity.