Search code examples
javascriptdrag-and-dropdraggablebing-maps

Bing maps draggable infobox


I have pretty simple question. Is it possible to create draggable infobox with Bing Maps Javascrtipt API? Ergo when i click on pushpin on map the infobox will be shown and will be draggable within the map div.

Thanks!


Solution

  • This isn't built in, but you could create a custom infobox control that could do this. This isn't something I've seen anyone ask for before, so not aware of any blogs out there with samples. You would have to use the mouse events to do this.