removeRoad method
delete road draw in the map using roadKey
Implementation
Future<void> removeRoad({required String roadKey}) async {
await osmBaseController.removeRoad(roadKey: roadKey);
}
delete road draw in the map using roadKey
Future<void> removeRoad({required String roadKey}) async {
await osmBaseController.removeRoad(roadKey: roadKey);
}