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: 12.3.0.0
Syntax
public IEnumerable<LayerElement> GetByRadius(
	float wgs84Lat,
	float wgs84Lon,
	float radiusInMeters,
	HitTestMode hitTestMode
)

Parameters

wgs84Lat  Single
 
wgs84Lon  Single
 
radiusInMeters  Single
 
hitTestMode  HitTestMode
 

Return Value

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