Click or drag to resize

LayerElementCollectionGetByLocation Method

Gets the first LayerElement at the specified WGS84 lat/lon coordinate.

Namespace:  Easymap.AddIn.Mapping
Assembly:  Easymap.AddIn (in Easymap.AddIn.dll) Version: 11.2.0.0
Syntax
public LayerElement GetByLocation(
	float wgs84Lat,
	float wgs84Lon
)

Parameters

wgs84Lat
Type: SystemSingle
Latitude WGS84
wgs84Lon
Type: SystemSingle
Longitude WGS84

Return Value

Type: LayerElement
See Also