Himanshu-jd

Results 2 comments of Himanshu-jd

Use map.removeControl(route) .. it worked for me

Hopefully this will help you // MAP DIV // Initialise Map const map = L.map('mapid').setView([51.505, -0.09], 13); // this will create your routing control const routingControl = map.routing.control({ collapsible: true,...