draw circle into map
Future<void> drawCircle(CircleOSM circleOSM) async { await osmBaseController.drawCircle(circleOSM); }