Bing Maps V8 - SVG Inline Pushpin Not Trigger Correct Infobox
I am having issue with Bing Maps v8 with inline SVG string image for pushpin. I have added multiple pushpin with infobox using SVG inline image. Once map is loaded with pushpin (ht
Solution 1:
The issue is with the width and height setting of the svg icon element. Currently you sets width="500" height="500"
. Try after changing it to small width and height width="70" height="20"
Post a Comment for "Bing Maps V8 - SVG Inline Pushpin Not Trigger Correct Infobox"