ClusterLayer constructor
const
ClusterLayer({})
The markers to be placed on the map. use ClusterLayer inside a Stack, that contain VietmapGL and ClusterLayer to work properly VietmapGL.trackCameraPosition must be set to true to work properly
Implementation
const ClusterLayer(
{super.key,
this.clusterTextStyle = const TextStyle(color: Colors.white),
this.isShowClusterPointCount = true,
required this.customClusterWidget,
required this.markers,
required this.mapController,
this.ignorePointer});