2012-10-18 107 views

回答

1

您可以通過在選項哈希中添加的htmlContent屬性添加HTML。例如:

var infoboxOptions = { 
    width :200, 
    height :100, 
    showCloseButton: true, 
    zIndex: 0, 
    offset:new Microsoft.Maps.Point(10,0), 
    showPointer: true, 
    htmlContent:'<img src="source/of/image></img>"' 
}; 
相關問題