DefinitelyTyped/types/leaflet
David Weinberg fc53fb37ab @types/leaflet: Add property zoomControl to class Map (#27460)
* Add property zoomControl to class Map

Leaflet has a map property called zoomControl. This is useful for setting the position on these controls for the map. This is not available via the typings.

Example usage:

	map.zoomControl.setPosition('topright');

* Leaflet: Map.zoomControl property

Specify Map.zoomControl type more precisely as Control.Zoom
2018-07-27 17:18:00 -07:00
..
v0
index.d.ts
leaflet-tests.ts
tsconfig.json
tslint.json