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.0.0.0
Syntax public IEnumerable<LayerElement> GetByRadius(
float wgs84Lat,
float wgs84Lon,
float radiusInMeters,
HitTestMode hitTestMode
)
Public Function GetByRadius (
wgs84Lat As Single,
wgs84Lon As Single,
radiusInMeters As Single,
hitTestMode As HitTestMode
) As IEnumerable(Of LayerElement)
Parameters
- wgs84Lat
- Type: SystemSingle
- wgs84Lon
- Type: SystemSingle
- radiusInMeters
- Type: SystemSingle
- hitTestMode
- Type: Easymap.AddIn.CommonHitTestMode
Return Value
Type:
IEnumerableLayerElementRemarks
The location must be specified using a WGS84 coordinate.
See Also