@override Future<void> showCompassOnRotate(bool show) { return mapControlMethodChannel .invokeMethod("MPC_showCompassOnRotate", {"show": show}); }