Skip to content

Documentation / geoverse / MapPointerEvent

Interface: MapPointerEvent

Defined in: types.ts:22

统一地图级指针事件载荷(坐标一律 WGS-84)

Properties

lngLat

ts
lngLat: LngLat;

Defined in: types.ts:24

事件点 WGS-84 经纬度


originalEvent?

ts
optional originalEvent?: Event;

Defined in: types.ts:26

原始浏览器事件(可能为空)