Leaflet.MovingMarker
                                
                                
                                
                                    Leaflet.MovingMarker copied to clipboard
                            
                            
                            
                        Move marker to a new position
If I already have a mark on the map and that every 30 seconds it chooses its new position, how can I reuse the previous mark? to move the icon to its new position and not have to create a new brand and delete the previous one.
Have you solved the problem?