drawRoadManually abstract method

Future<void> drawRoadManually(
  1. int idOSM,
  2. String roadKey,
  3. List<GeoPoint> road,
  4. RoadOption roadOption,
)

Implementation

Future<void> drawRoadManually(
  int idOSM,
  String roadKey,
  List<GeoPoint> road,
  RoadOption roadOption,
);