Hello!
I have recently upgraded from alpha version to Mappedin SDK - v6.0.1-beta.8. For some reason my path does not get cleared anymore even though I haven’t changed anything in the code. Are there any differences in how the paths are cleared in beta version? Here is how I did it previously and it worked well.
// Reset the navigation state
startSpace = null;
endSpace = null;
// Clear paths and markers
navigationState.isPathDrawn = false;
mapView.Paths.removeAll();
mapView.Markers.removeAll();
setSpaceInteractivity(true);