Skip to content

ClusterPointMarkerStyle

Namespace: ThinkGeo.Core

public class ClusterPointMarkerStyle : PointMarkerStyle

Inheritance ObjectMarkerStylePointMarkerStyleClusterPointMarkerStyle

Properties

CellSize

public int CellSize { get; set; }

Property Value

Int32

MinimumFeaturesPerCellToCluster

public int MinimumFeaturesPerCellToCluster { get; set; }

Property Value

Int32

ImageSource

Gets or sets the small image that the marker displays.

public ImageSource ImageSource { get; set; }

Property Value

ImageSource
A small image that the marker displays.

Remarks:

Gets or sets the small image that the marker displays.

Width

Gets or sets the width in pixel of the web image.

public double Width { get; set; }

Property Value

Double
A double value indicating the width in pixel of the image file.

Remarks:

Gets or sets the width in pixel of the web image.

Height

Gets or sets the height in pixel of the web image.

public double Height { get; set; }

Property Value

Double
A double value indicating the height in pixel of the image file.

Remarks:

Gets or sets the height in pixel of the web image.

XOffset

Gets or sets the image's X offset in pixel.

public double XOffset { get; set; }

Property Value

Double
A double value indicating the image's X offset in pixel.

Remarks:

Gets or sets the image's X offset in pixel.

YOffset

Gets or sets the image's Y offset in pixel.

public double YOffset { get; set; }

Property Value

Double
A double value indicating the image's Y offset in pixel.

Remarks:

Gets or sets the image's Y offset in pixel.

ToolTip

Gets or sets a tooltip for marker.

public string ToolTip { get; set; }

Property Value

String

ToolTipDelay

Gets or sets an interval in milliseconds.

public int ToolTipDelay { get; set; }

Property Value

Int32

Constructors

ClusterPointMarkerStyle()

public ClusterPointMarkerStyle()

ClusterPointMarkerStyle(ImageSource)

public ClusterPointMarkerStyle(ImageSource imageSource)

Parameters

imageSource ImageSource

Methods

GetMarkersCore(IEnumerable<Feature>, MapArguments)

protected GeoCollection<Marker> GetMarkersCore(IEnumerable<Feature> features, MapArguments mapArguments)

Parameters

features IEnumerable<Feature>

mapArguments MapArguments

Returns

GeoCollection<Marker>

OnClusterringMarkers(ClusterringMarkersClusterPointMarkerStyleEventArgs)

protected void OnClusterringMarkers(ClusterringMarkersClusterPointMarkerStyleEventArgs e)

Parameters

e ClusterringMarkersClusterPointMarkerStyleEventArgs

Events

ClusterringMarkers

public event EventHandler<ClusterringMarkersClusterPointMarkerStyleEventArgs> ClusterringMarkers;