Click or drag to resize

ClusterPage Methods

Verizon Connect Logo
Print this page
Learn more about Verizon Connect GeoBase.
Get information about the latest release

The ClusterPage type exposes the following members.

Methods
  NameDescription
Public methodStatic memberBeginServeRequest(IClusterLayer, JSONObject, HttpContext, AsyncCallback, Object)
Starts asynchronously calculating the clusters for a cluster layer.
Public methodStatic memberBeginServeRequest(IClusterLayer, JSONObject, HttpRequest, HttpResponse, AsyncCallback, Object)
Starts asynchronously calculating the clusters for a cluster layer.
Public methodStatic memberEndServeRequest
Completes asynchronous calculation of the clusters on a cluster layer.
Public methodStatic memberServeRequest(IClusterLayer, JSONObject, HttpContext)
Synchronously calculates the clusters for a given cluster layer.
Public methodStatic memberServeRequest(IClusterLayer, JSONObject, Page)
Registers beginning and ending event handler delegates on an asynchronous page that will calculate the clusters for a given cluster layer.
Top
See Also