Open dusanjovanov opened 4 years ago
I want to do this: map.setView({bounds: LocationRect, zoom: number }). Is there a way to do it declaratively, or could I get a ref to the underlying map instance so I can change it imperatively ?
map.setView({bounds: LocationRect, zoom: number })
I want to do this:
map.setView({bounds: LocationRect, zoom: number })
. Is there a way to do it declaratively, or could I get a ref to the underlying map instance so I can change it imperatively ?