除了Fusion Tables之外,我从未在Google Maps API上看到折线/多边形上的投影/发光。如何删除?
链接的页面似乎是最详细的样式文档,但就我所见,没有任何关于阴影/光晕的讨论。
https://developers.google.com/fusiontables/docs/v2/reference/style
暗影:
layer = new google.maps.FusionTablesLayer({
query: {
select: '',
from: 'tableid',
},
styles: [{
polylineOptions: {
strokeColor: '#5A91EB',
strokeOpacity: 1,
strokeWeight: 2,
},
}],
suppressInfoWindows:true,
});