Method GetDistanceForLevel
GetDistanceForLevel(Int32)
Given a cell having the specified level, returns the distance from opposite corners.
Declaration
public virtual double GetDistanceForLevel(int level)
Parameters
Type | Name | Description |
---|---|---|
System.Int32 | level | [1 to maxLevels] |
Returns
Type | Description |
---|---|
System.Double |
|
Remarks
Given a cell having the specified level, returns the distance from opposite corners. Since this might very depending on where the cell is, this method may over-estimate.