谷歌地图样式后刷新

时间:2013-08-17 16:10:40

标签: google-maps google-maps-api-3

我希望在样式更改后刷新谷歌地图。

我正在关注这个基本样式示例

https://developers.google.com/maps/documentation/javascript/examples/maptype-styled-simple

但是在通过

设置之后,如何用/更换/刷新/重新加载新样式
 // Enable the visual refresh
 google.maps.visualRefresh = true;


function setMapStyle(mapStyle)
{
    map.setOptions({styles: mapStyle});   
}

也许可以在样式选项上添加addListener?

0 个答案:

没有答案