iniamudhan / react-bingmaps

Bingmaps in React.js
MIT License
26 stars 42 forks source link

How to get a reference to map instance? #36

Open dusanjovanov opened 4 years ago

dusanjovanov commented 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 ?