C# Class SuperMap.WindowsPhone.Clustering.Cluster

Inheritance: SuperMap.WindowsPhone.Core.GeoPoint
Show file Open project: SuperMap/iClient-for-Win8 Class Usage Examples

Public Methods

Method Description
Cluster ( double x, double y ) : SuperMap.WindowsPhone.Core
Cluster ( double x, double y, int cx, int cy ) : SuperMap.WindowsPhone.Core

Method Details

Cluster() public method

public Cluster ( double x, double y ) : SuperMap.WindowsPhone.Core
x double
y double
return SuperMap.WindowsPhone.Core

Cluster() public method

public Cluster ( double x, double y, int cx, int cy ) : SuperMap.WindowsPhone.Core
x double
y double
cx int
cy int
return SuperMap.WindowsPhone.Core