Norkart / Leaflet-MiniMap

A minimap control plugin for Leaflet
BSD 2-Clause "Simplified" License
395 stars 125 forks source link

Maximize map #101

Closed buckyj closed 8 years ago

buckyj commented 8 years ago

How can I call a function to maximize a map from minimized state when some button was clicked? Thank you!

robpvn commented 8 years ago

Calling _restore() on the minimap object should do it, and _minimize() if you want to minimize it again.

buckyj commented 8 years ago

Thank you.