Click or drag to resize

LayerElementCollectionGetByRadius Method

Gets the LayerElements within the specified radius at the specified location.

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public IEnumerable<LayerElement> GetByRadius(
	float wgs84Lat,
	float wgs84Lon,
	float radiusInMeters,
	HitTestMode hitTestMode
)

Parameters

wgs84Lat
Type: SystemSingle
wgs84Lon
Type: SystemSingle
radiusInMeters
Type: SystemSingle
hitTestMode
Type: Easymap.AddIn.CommonHitTestMode

Return Value

Type: IEnumerableLayerElement
Remarks
The location must be specified using a WGS84 coordinate.
See Also