MapMarkerClusterImageStyle constructor - MapMarkerClusterImageStyle - mapview library - Dart API
MapMarkerClusterImageStyle
MapMarkerClusterImageStyle constructor
- MapImage image
Creates a marker cluster image representation with default anchor.
imageThe map image for the cluster marker.
Implementation
factory MapMarkerClusterImageStyle(MapImage image) => $prototype.$init(image);