microsoft / BingMapsV8CodeSamples

This is a collection of over two hundred code samples an growing for the Bing Maps V8 web control.
https://samples.bingmapsportal.com/
MIT License
145 stars 127 forks source link

Update position of pushpins after viewchangeend event #4

Closed jessemaps closed 7 years ago

jessemaps commented 7 years ago

This ensures the pushpin locations are updated after setView() is called as in the BringIntoView() function.

msftclas commented 7 years ago

This seems like a small (but important) contribution, so no Contribution License Agreement is required at this point. We will now review your pull request. Thanks, Microsoft Pull Request Bot

rbrundritt commented 7 years ago

I've manually merge this into the TypeScript code. If I don't your change will get overwritten when I build the app as the JavaScript file is auto generated by the TypeScript file. Also need to add a new event handler variable for this event. Thanks for pointing this out.