更简单的答案是,不要从
markers
setMap(null)
markers[indexOfMarker].setMap(null);
如果您想在某个时刻重新添加标记,可以使用以下方法:
markers[indexOfMarker].setMap(map);