Reload Markers on Google's Maps API

后端 未结 3 739
予麋鹿
予麋鹿 2021-02-02 02:09

Here is my code(most code from Google\'s API page).



        
3条回答
  •  野趣味
    野趣味 (楼主)
    2021-02-02 02:17

    This may not be the initial doubt, but to clear the markers and other components of the map, just before loading the map and its components put:

    map.clear ();
    

提交回复
热议问题