When using my Bing Ajax Map app, users are presented with a list of locations to choose from. Upon clicking on a row, the map centers and zooms in on the selected location. However, I've encountered an issue where the info window loads before the map has finished panning, causing it to appear in the wrong spot or not at all. To address this, I temporarily placed the show info method within a setTimeout function to delay loading the information. While this workaround is effective to some extent, it is not foolproof.
Has anyone else experienced this issue? Any recommendations or solutions would be greatly appreciated.
Thank you,
Kosko