Click or drag to resize

RemoteClusterLayer Constructor

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release
RemoteClusterLayer is responsible for the fetching, caching, and indexing of clusters and associated features. Feature information is fetched asynchronously from the specified URL. It is assumed that the URL points to an ASPX page being served using ClusterPage.ServeRequest. OnClustersChanged is called when new features are available.

Namespace:  Telogis.GeoBase.Clustering
Assembly:  geobase.net (in geobase.net.dll) Version: 4.99.0.0
Syntax
public RemoteClusterLayer(
	Uri uri
)

Parameters

uri
Type: SystemUri
The URI of the page on the ASP.NET server that will supply cluster information and visualizations.
See Also