iniamudhan / react-bingmaps

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

Getting bounds of map #8

Closed jstauffer18914 closed 6 years ago

jstauffer18914 commented 6 years ago

TY. I was wondering if you have any ideas how to get viewable bounds of map I was able to dynamically add info boxes but I can’t find any way to grab ref to component to getBounds. I need to use this information to search for other locations. TY

iniamudhan commented 6 years ago

@jstauffer18914 get latest version of react-bingmaps from npm and let me know if it satisfies your need. If not, could you get me an example? Thanks

jstauffer18914 commented 6 years ago

TY this is a great and useful feature! I think this may give me what i need. (Reference Id and boundary) I want user to click bing “locate me” button and then show all our custom data points within viewable map. Thanks again