remove specific circle in the map
Future<void> removeCircle(String keyCircle) async { await osmBaseController.removeCircle(keyCircle); }