Google maps moving marker on click

后端 未结 3 1215
情深已故
情深已故 2021-02-13 01:10

What I want to do is,

on my map, when I click somewhere on the map, it shows a marker on the point, then I click different point on the map then it shows a another mark

3条回答
  •  一生所求
    2021-02-13 01:35

    Another solution is to move a marker, for that you just user marker.setPosition(). (thanks kjy112 for the warning :)

    
    
    
    
    
    
    
    
    
    
    

提交回复
热议问题