Click or drag to resize

IClusterLayer Interface

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
The interface implemented by all cluster layers.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public interface IClusterLayer : IDisposable

The IClusterLayer type exposes the following members.

Methods
  NameDescription
Public methodBeginGetClusters
Starts calculating clusters asynchronously.
Public methodBeginGetImage
Obtains the image for a cluster asynchronously.
Public methodBeginRefresh
Refreshes the cluster layer asynchronously.
Public methodDispose
Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
(Inherited from IDisposable.)
Public methodEndGetClusters
Returns the clusters calculated asynchronously by BeginGetClusters when the calculation is complete.
Public methodEndGetImage
Returns the image for a cluster made available by a call to BeginGetImage.
Public methodEndRefresh
Waits for a refresh to complete.
Top
Events
  NameDescription
Public eventOnClustersChanged
An event that is fired when the map features that can be grouped into clusters are updated.
Top
See Also