flutter_map_marker_cluster icon indicating copy to clipboard operation
flutter_map_marker_cluster copied to clipboard

Spiderify doesnt work

Open Pepslee opened this issue 2 years ago • 1 comments

              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

Pepslee avatar Aug 27 '22 08:08 Pepslee

try to change FlutteMap max/min zoom

lpongetti avatar Sep 26 '22 17:09 lpongetti

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.

github-actions[bot] avatar Oct 27 '22 03:10 github-actions[bot]

This issue was closed because it has been stalled for 5 days with no activity.

github-actions[bot] avatar Nov 01 '22 03:11 github-actions[bot]