地址:温州经济技术开发区滨海园区滨海8路558号
' } ); var pushpin = new Microsoft.Maps.Pushpin(new Microsoft.Maps.Location(27.854905, 120.82024), { title: '' }); var polyline = new Microsoft.Maps.Polyline([ new Microsoft.Maps.Location(27.854905, 120.82024)], { strokeColor: 'red', strokeThickness: 5 }); var layer = new Microsoft.Maps.Layer(); layer.add([pushpin, polyline]); map.layers.insert(layer); infobox.setMap(map); infobox.setOptions({ showPointer: true, showCloseButton: true }); }