Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在谷歌地图上创建了一些标记并将它们推送到一个名为“标记”的数组中,我用 setMap(null) 删除了它们,但知道我需要重新添加这些标记,但我不知道如何,我拥有所有数组中的对象。
所以循环数组,调用marker.setMap(map);
marker.setMap(map);