我想显示一个kml(里面是图像网址和边界),右边它应该显示多个图像,当谷歌地图缩放是1,但它只显示1,如何显示谷歌地图的其他部分?
kml代码:
js code:
ctaLayerIR = new google.maps.KmlLayer({
url:'http://xxxxxx/I201603070300.XAEWJ.global.full.3600x1200.kml',
preserveViewport: true,
clickable: false,
zIndex: 9999,
suppressInfoWindows:false
});
ctaLayerIR.setMap(map);
当前显示: how to display the right side kml to left side too?their bounds is same