Merge pull request #14232 from JamesMilnerUK/master

Leaflet: adds clickable to marker options
This commit is contained in:
Daniel Rosenwasser
2017-01-25 18:21:41 -08:00
committed by GitHub
+1
View File
@@ -1397,6 +1397,7 @@ declare namespace L {
export interface MarkerOptions extends InteractiveLayerOptions {
icon?: Icon;
clickable?: boolean;
draggable?: boolean;
keyboard?: boolean;
title?: string;