我的陈述有什么问题,我的风格属性不起作用: - (
$(function() {
$("#P9_MAP").goMap({
streetViewControl: true,
navigationControl: true,
maptype: 'ROADMAP',
mapTypeControl: true,
mapTypeControlOptions: {
position: 'TOP_RIGHT',
style: 'DEFAULT'
},
address: '',
stylers: {saturation:-100},
markers: [
{......
答案 0 :(得分:0)
不应该是
样式器:{saturation:-100},
尝试改为:
styles: {stylers:[{saturation:-100}]},
有关样式图的更多信息,另外请参阅本页底部的链接以使用Google样式图向导,阅读: https://developers.google.com/maps/documentation/javascript/styling