UNPKG
@yaga/leaflet-ng2
Version:
latest (1.1.0)
1.1.0
1.0.0
1.0.0-rc9
1.0.0-rc8
1.0.0-rc7
1.0.0-rc6
1.0.0-rc5
1.0.0-rc4
1.0.0-rc3
1.0.0-rc2
1.0.0-rc12
1.0.0-rc11
1.0.0-rc10
Angular2 module for Leaflet
github.com/yagajs/leaflet-ng2
yagajs/leaflet-ng2
@yaga/leaflet-ng2
/
lib
/
mouse-event-helper.d.ts
7 lines
(6 loc)
•
244 B
TypeScript
View Raw
1
2
3
4
5
6
7
import
{
LeafletMouseEvent
,
Map
}
from
"leaflet"
;
/** * Helper function to enhance browser mouse events to Leaflet mouse events *
@private
*/
export
declare
function
enhanceMouseEvent
(
originalEvent: MouseEvent, map:
Map
):
LeafletMouseEvent
;