MapMarkerClusterImageStyle constructor

MapMarkerClusterImageStyle(
  1. MapImage image
)

Creates a marker cluster image representation with default anchor.

  • image The map image for the cluster marker.

Implementation

factory MapMarkerClusterImageStyle(MapImage image) => $prototype.$init(image);