Determines the ground resolution (in meters per pixel) at a specified latitude and level of detail.

Namespace: Ico.Ewx
Assembly: EwxLayer (in EwxLayer.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public double GroundResolution(
	double latitude,
	uint mapLevel
)
Visual Basic
Public Function GroundResolution ( _
	latitude As Double, _
	mapLevel As UInteger _
) As Double
JScript
public function GroundResolution(
	latitude : double, 
	mapLevel : uint
) : double

Parameters

latitude
Type: System..::..Double
Latitude (in degrees) at which to measure the ground resolution.
mapLevel
Type: System..::..UInt32
Level of detail, from 1 (lowest detail) to 23 (highest detail).

Return Value

The ground resolution, in meters per pixel.

See Also