Appearance
Documentation / geoverse / UnifiedPointerEvent
Interface: UnifiedPointerEvent
Defined in: types.ts:60
统一指针事件载荷:坐标一律 WGS-84,屏蔽两核心事件对象差异
Properties
feature
ts
feature: unknown;Defined in: types.ts:66
命中的底层核心要素(逃生舱:按引擎 as 具体类型)
lngLat
ts
lngLat: LngLat;Defined in: types.ts:62
命中点 WGS-84 经纬度
originalEvent?
ts
optional originalEvent?: Event;Defined in: types.ts:64
原始浏览器事件(可能为空)
